emekler0729 / TicTacToe

A newbie attempt at multiplayer Tic Tac Toe in Java.
0 stars 0 forks source link

Randomize Starting Player #2

Open emekler0729 opened 9 years ago

emekler0729 commented 9 years ago

Create logic to randomize the starting player rather than have host always play 'X'.

emekler0729 commented 8 years ago

Must re-write AI strategies to play as 'X' or 'O' and add mechanism to inform strategy which player it is.