This game allows multi-player mode and 1player mode. In 1 player mode, minmax algorithm is used to choose the optimimum move for the computer. The game is terminal based.
To run Tic Tac Toe game
make
compile and link the final executable.make run
used to run the game.
Controls Type a number corresponding to the place where you want to play then hit enter.
Single player mode Snake game. Still work in progress though.
To run Tic Tac Toe game
make snake
compile and link the final executable.make runs
used to run the game.
Controls Use the arrows to control the snake.