Skip to content

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

License

Notifications You must be signed in to change notification settings

krasmazov483/tic-tac-toe-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages