Mirage Source
C# - Tic-Tac-Toe - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24)
+----- Forum: .NET (https://mirage-engine.uk/forums/forumdisplay.php?fid=35)
+----- Thread: C# - Tic-Tac-Toe (/showthread.php?tid=2833)



C# - Tic-Tac-Toe - Jacob - 01-06-2009

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:
  • 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.