Skip to content

NickT5/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This Tic Tac Toe game is build in Python. The user can choose if he/she wants to play the game in the terminal or with a GUI. The Arcade library was used to code the graphics for the GUI version of the game.

Run locally

Download or git clone this repository. It's recommended to create a virtual environment and install the required packages in that environment. I use conda for environment management.

cd tictactoe
conda create -n graphics python=3.7
conda activate graphics
pip install -r requirements.txt

Play the game.

python app.py

Demo

  • Demo: Tic Tac Toe with GUI version. Tic Tac Toe demo gui

  • Demo: Tic Tac Toe with menu & CLI version. Tic Tac Toe demo menu

  • Demo screenshot: Ending of a Tic Tac Toe CLI game. Tic Tac Toe demo cli

Future work

Add some kind of AI to play against the CPU.

About

Tic Tac Toe game in Python (CLI and GUI).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages