Skip to content
Permalink
f05281ffb3
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (7 sloc) 460 Bytes

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)