arnabsen1729 / TicTacToe

Simple TicTacToe game created in less than a day :P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

Simple TicTacToe game created by me and Arnab Sen using the PyGame library.

Requirements

  • Python 3.5+
  • PyGame
    • to install, first install Python3 and then type
      • pip install pygame (for Windows) OR
      • pip3 install pygame (for Linux try both)

Running

  • git clone https://github.com/sadn1ck/TicTacToe.git on your terminal/commandline.
  • cd TicTacToe
  • python3 screen.py

Enjoy!

About

Simple TicTacToe game created in less than a day :P


Languages

Language:Python 100.0%