|
|
Title | Make a Tic-Tac-Toe game |
Keywords | tic-tac-toe, game, naughts and crosses |
Categories | Puzzles and Games |
|
|
Thanks to Neil Crosby
This example uses hard-coded logic to play tic-tac-toe. See my book Ready-to-Run Visual Basic Algorithms for information on building a tic-tac-toe program that searches a game tree instead of using hard-coded logic.
|
|
|
|
|
|