01-06-2009, 08:27 PM
Tic-Tac-Toe
Let's build a clone of Tic-Tac-Toe. Your program can be a console app or windows form app. The AI can be super simple as long as it works.
Overview:
Notes:
Let's build a clone of Tic-Tac-Toe. Your program can be a console app or windows form app. The AI can be super simple as long as it works.
Overview:
- Create a Tic-Tac-Toe clone.
- You must create AI.
- You must have at least 1 human player, 2 human players is a bonus.
Notes:
- Make sure to comment your code.
- Application can be form or console based.