Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 555 Bytes

File metadata and controls

11 lines (6 loc) · 555 Bytes

Tic-Tac-Toe

A Tic Tac Toe game using command line console input.

This game can be played in singleplayer or with two players.

If played with two players, player 1 will start as X and player 2 will start thereafter as O.

If played in singleplayer, the AI has two difficulty levels: Easy and Hard mode. Easy mode will use random numbers to determine its next move while Hard mode uses MinMax game theory to determine its next move. Player will be X while bot will be O.

The project can be runned as is with the command ./Tic_Tac_Toe.