Skip to content

Latest commit

 

History

History
40 lines (14 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (14 loc) · 1.15 KB

❌ ⭕ Tic-Tac-Toe

A virtual version of the classic Xs and Os game.

✏️ General Information

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.

✏️ Features

➡️ 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

✏️ How To Use

➡️ 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

tictactoe