Skip to content

KostaSav/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

The popular game, also known as "noughts and crosses" or "Xs and Os" (Wikipedia).

Day 2 Challenge of 2021 Local Hack Day:Build.

General implementation inspired from Sashrika Kaur's MLH 2021 Twitch video.

"Medium" mode inspired from Dimitris Psounis Python Youtube Video.

Installation

Use the package manager pip to install graphics.py.

pip install graphics.py

TODO

  1. fix replay
  2. add graphics
  3. save scores using json
  4. implement PVP mode
  5. give user choice between X and O
  6. add mouse interaction
  7. implement "hard" mode
  8. eliminate global variables
  9. introduce classes

About

The classic game with basic graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages