/TicTacToePY

TicTacToe, developed in Python with graphics, IA and logic

Primary LanguagePython

TicTacToePY

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

Create a new instance, your Instance

All you need is...

Computer with Python2 installed

python2 intepreter with following modules installed:

  • tkinter
  • sys
  • os
  • time

Installation

  1. Run a git clone https://github.com/altair1016/TicTacToePY command or download files from my repo.
  2. Run python command python Game.py to play in a terminal window. Run python command python Graphics.py to play in a tkinter windows, with some bug :)