Download tic-tac-toe.pdf and start playing!
- All valid tic-tac-toe states are generated by
generate_tictactoe/tictactoe.cpp
. The results should be saved ingenerate_tictactoe/tictactoe.txt
. - Run
generate_tictactoe.py
to generate LaTeX source filetic-tac-toe.tex
. - Compile
tic-tac-toe.tex
.
I have improved the quality of AI so that the player is impossible to win. The newer version can be seen in tic-tac-toe2.pdf
.