Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2010-12-10 | 539 Bytes | |
X.ico | 2010-12-10 | 32.0 kB | |
TicTacToe.layout | 2010-12-10 | 557 Bytes | |
TicTacToe.depend | 2010-12-10 | 1.3 kB | |
TicTacToe.cbp | 2010-12-10 | 1.0 kB | |
script.aps | 2010-12-10 | 189.9 kB | |
O.ico | 2010-12-10 | 99.7 kB | |
MainIcon.ico | 2010-12-10 | 32.0 kB | |
Cat.ico | 2010-12-10 | 5.4 kB | |
script.rc | 2010-12-10 | 1.8 kB | |
resource.h | 2010-12-10 | 24.0 kB | |
TicTacToe.h | 2010-12-10 | 1.1 kB | |
main.cpp | 2010-12-10 | 122.9 kB | |
Totals: 13 Items | 512.2 kB | 0 |
Title: Tic-tac-toe with AI Implements a single-player and multi-player game of tic-tac-toe. There are three levels of AI to play against, the expert level may not be possible to defeat, and will most likely end in a draw. Description:A computer 5x5x4 tic-tac-toe player with GUI. On a 5x5 grid, two players take turns to place a icon of their colors. The winner is the player who is first to have 4 icons in a row (either horizontally, or vertically, or diagonally). User may select the level of skill and who goes first.