Releases: samhandev/ttt-java
Releases · samhandev/ttt-java
Major refactoring after code review
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
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
Working console version of Tic Tac Toe. The app will prompt the user for a new game once a game is over.