1
0

statics data

This commit is contained in:
2017-11-08 17:39:50 +01:00
parent 11a38315cd
commit faee825af9
532 changed files with 8189 additions and 99 deletions

View File

@@ -0,0 +1,4 @@
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)