https://github.com/atlinx/python-tic-tac-toe
https://github.com/atlinx/python-tic-tac-toe
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atlinx/python-tic-tac-toe
- Owner: Atlinx
- License: mit
- Created: 2021-01-12T01:42:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-12T02:12:45.000Z (over 5 years ago)
- Last Synced: 2025-02-01T04:27:54.873Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Tic-Tac-Toe

A tic-tac-toe game made in python that you play inside of a console window.
First python program complete! 🥳
## Features
- Customizable board size
- ASCII art
- Replayable directly from your console
## Usage
1. Make sure you have a [python interpreter](https://www.python.org/downloads/) installed on your device.
2. Download [tic-tac-toe.py](tic-tac-toe.py)
3. Navigate to tic-tac-toe.py in your console and then run this script.
For [python.org](https://www.python.org) interpreters on Windows, Mac, & Linux, you can start the script inside of your console with:
```console
python tic-tac-toe.py
```