Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 918 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 918 Bytes

Pygame Tic Tac toe

Github Top Language Github release Github License

Tic Tac Toe

Developed using pygame in python everything is made from ground up

To use it in your pc use the following commands

  1. clone the repo by downloading or using
git clone https://github.com/Bikram-ghuku/Pygame-tic-tac-toe
  1. To install the required python modules
pip install -r requirements.txt
  1. To run the game itself:
python main.py