Skip to content

Releases: samhandev/ttt-java

Major refactoring after code review

25 Jan 13:27
Compare
Choose a tag to compare

Extracted class for the Players, Ui from the Board Class
Input loop is now handled in the game loop with exceptions used for input error handling
Included commons-lang3 library to use the StrSubstitutor class for easier board templating

Launcher and separate BoardChecker class

15 Jan 22:58
Compare
Choose a tag to compare

Moved win checking and draw checking out to BoardChecker class.
Added a launcher class to deal with running the game.
Added some test to the ConsoleGame Class

Working console version

09 Jan 18:44
Compare
Choose a tag to compare

Working console version of Tic Tac Toe. The app will prompt the user for a new game once a game is over.