Skip to content

A simple Tic Tac Toe game (A.K.A. Cross Zero) made in python 3. Two game modes: PvP and PvComputer

Notifications You must be signed in to change notification settings

nitianabhigyan/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple Tic Tac toe game (A.K.A. Cross Zero) made in python3. The game supports both Player vs Player modes (PvP) and computer vs player mode.
For the game to work properly make sure the correct fonts are installed in your system. If not just change them to any local font in your system. Enjoy 🧑‍🎨
The game should work on both Windows and Linux deployments, however it is not tested for LINUX deployments.

Installation

Please install python packages listed in the requirements.txt using the standard method. (pip install -r requirements.txt)

How to Setup?

  1. If you are using python:

    a. Install python 3.5+
    b. Perform installaton of requirements stated in requirements.txt. To do this:
    pip install -r ./reqiurements.txt
    c. Run the main file using python.
    python ./Tic-Tac-Toe.py

TBD

  1. Add music.
  2. Add animation(a better one) for victory detection. Something like so and so won the game.
  3. Refactor the code, disrtibute functions into seperate files if needed.
  4. Rename the end menu, either rename the options or reduce the words.