An open API service indexing awesome lists of open source software.

https://github.com/atlinx/python-tic-tac-toe


https://github.com/atlinx/python-tic-tac-toe

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python Tic-Tac-Toe
![Tic-Tac-Toe](/tic-tac-toe.PNG)

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
```