Create account

replied 2708d
oops forgot the +1 in text.length
replied 2708d
//initiate
//check if move is number 1 true
//check if address 1 is x address 2 is y true

//move odd
//check if address is x true
//check if move is odd true
replied 2708d
//check if move is valid true
//check win condition false
//rewrite pieces true

//move even
//check if address is y
//check if move is even
//check if move is valid true
replied 2708d
//check win condition false
//rewrite pieces true

//win condition
//console.log('winner')