1
0
www.mikescher.com/www/data/programs/desc/TicTacToe/index.markdown

4 lines
320 B
Markdown
Raw Normal View History

2014-07-01 17:12:02 +02:00
This is a really basic TicTacToe game. You can play against a friend or against a computer enemy.
The computer is intelligent enough to never loose, so all you can do is force a tie against him.
Because the sourcecode was that short it is directly included - perhaps someone is interested in the KI (MinMax algorithm)