Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 842 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 842 Bytes

tic-tac-toe-python

A simple local 2-player Tic Tac Toe game made in Python for learning purposes.

Tic Tac Toe in Python

Notes

The program is finally at it's 2.0 version. The last release as there is no more global variables being used, and the code seems to be clean enough for me. You can find the changelog on the releases page.

I hope enjoy this little game I made!

Dependencies

Python 3.x

Installation

Simply extract the files to the folder of your liking.

Usage

  • Open the terminal
  • Change directory to the location of the main file 'tic_tac_toe.py' with 'cd /path/to/the/file' (Linux) or 'cd \path\to\the\file' (Windows)
  • Execute the file with the command 'python tic_tac_toe.py' or 'python3 tic_tac_toe.py' without the quotes.