Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
hortonr6 committed Aug 8, 2019
1 parent fcf1693 commit f05281ffb3c402eb83dc7819380739e3dff1f060
Showing 1 changed file with 7 additions and 0 deletions.
@@ -1,2 +1,9 @@
# Tic-Tac-Toe
Console-based version of Tic-Tac-Toe

Some files are only necessary if you open the project in Code::Blocks
If you are not using Code::Blocks simply compile main.cpp and run the executable to play the game

Difficulties:
Normal - CPU will choose a square on the grid at random, very easy to beat
Impossible - Plays the optimum strategy for a 3x3 grid, should be unbeatable with the best outcome for the player being a draw (Not yet implemented)

0 comments on commit f05281f

Please sign in to comment.