issues
search
SurajBichkunde39
/
TicTacToe
TicTacToe android application.
0
stars
0
forks
source link
Handle player moves on game board
#19
Closed
SurajBichkunde39
closed
2 years ago
SurajBichkunde39
commented
2 years ago
This ticket tracks handling of the player moves on the game board.
First player will make a move then control goes to the second player.
Only one move should be available in one place.
Control should not pass to another player unless the current player makes a valid move.
And other essential parts of handling the player interactions with the board.