Tic-tac-toe is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
The software supports two modes, namely versus computer and two player mode. It is unbeatable in versus computer mode.
The binary executable is compiled for 32-bit Intel based processor.
Download repo zip file from github page : https://github.com/sourabh14/Tic-tac-toe-game and extract.
Path to the executable : Tic-tac-toe-game/src/build-tic-tac-toe-Desktop-Debug/source-tic-tac-toe
give proper permissions to executable and start the game by : ./source-tic-tac-toe