Home / Scripts & Code / Python
TicTacToe Game - Python ScriptTicTacToe Game - Python Script
This is a graphical tic tac game written in pythonHome / Scripts & Code / Python
TicTacToe Game - Python Script
This is a graphical tic tac game written in pythonOverview
Description
Graphical Tic tac toe written purely in python(2.7) and uses pygame .
Features
- Basic defense AI , stops you from making three in a row
- Let's you play tic tatoe with the AI
- Learn to make a tictactoe game in python only
Included
- Includes .pyc and .py file
- Contains Images for start screen animation
- Contains images for the game like zero , cross and 3 x 3 grid for the game
Requirements
- Linux - It requieres you to install pygame and python 2.7 (Linux , tested on ubuntu based distros)
- Windows - It requires you to install pygame and python 2.7 .Works with Vista or above .(if any error is encountered also install pygtk 2.24 all in one installer for python 2.7 , tested on 32 bit windows )
- Doesn't support Mac Osx .
Instructions
Linux - For ubuntu be sure that you have installed pygame and python 2.7
windows - Be sure you have python 2.7 and pygame
to run the script just do -> "python tictactoe.py" in the source code directory
Other items by this author
Information
Category | Scripts & Code / Python |
First release | 6 July 2015 |
Last update | 6 July 2015 |