TicTacToe Game – Python Script

Overview

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

Related