Refers to a personal python Project in which I developed a python TicTacToe with grafics and computer logics to play against. Inside code you can change the AI level. From easy to very hard. Try to beat it! Please, use my code, but also reference my repository. This will be appreciated as an offered beer! :P
Computer with Python2 installed
python2 intepreter with following modules installed:
- tkinter
- sys
- os
- time
- Run a
git clone https://github.com/altair1016/TicTacToePY
command or download files from my repo. - Run python command
python Game.py
to play in a terminal window. Run python commandpython Graphics.py
to play in a tkinter windows, with some bug :)