Java Tic Tac Toe game with MVC pattern. Clients connect to a server using a protocol. Both PTUI and GUI (JavaFX) clients can connect.
- Visit https://emzarts.github.io/tictactoe/ to download the .jar file
- Launch the game by double clicking the downloaded file (tictactoe_gui.jar)
- Press Start a new game
- Enter a port number to connect with (number between 2000-9000)
- Have your opponent join on the same port
- Have fun! (If you don't know how to play tic tac toe, go here: https://en.wikipedia.org/wiki/Tic-tac-toe)