A virtual version of the classic Xs and Os game.
Play with a friend or against a computer-generated opponent.
This is a copy of an interactive game created by me here. I designed it to practise mathematical algorithms and structured programming principles.
➡️ Two game versions: player-player or player-computer
➡️ Adjustable grid size - the game can be played on grids bigger than 3 x 3
➡️ On grids bigger than 5 x 5, five marks in a row win the game
➡️ Clone the repository using Git, then run it on your computer
➡️ Pro-Tip: for best functionality use the Corretto-17 Oracle OpenJDK version 17
➡️ You'll find the two versions of the game in the src folder