pollei / TicTacToe-java

TicTacToe game for SFCC CS141
GNU General Public License v3.0
0 stars 0 forks source link

ConsoleGame Setup Polish Enhancement #1

Open pollei opened 2 years ago

pollei commented 2 years ago

Update ConsoleGame so user can select if they are X or O, go first or last, and what nemesis they will face.

pollei commented 2 years ago

https://github.com/pollei/TicTacToe-java/commit/4e0700a53434912c4e4c9a0c6c987e33449a7db4 adds some of the options, but doesn't allow user to select nemesis. Will wait until #3 and/or #4 is done.