https://github.com/vinayak-mehta/tictaco
Tic Tac Toe! 🌮
https://github.com/vinayak-mehta/tictaco
Last synced: about 2 months ago
JSON representation
Tic Tac Toe! 🌮
- Host: GitHub
- URL: https://github.com/vinayak-mehta/tictaco
- Owner: vinayak-mehta
- License: apache-2.0
- Created: 2020-06-26T09:29:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T08:52:57.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T18:18:00.160Z (3 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tictaco
Tic Tac Toe! 🌮
## Installation
$ pip install tictaco## Usage
Select a game mode.
```
$ tictaco
Welcome to tictaco! 🌮Please select a game mode:
1. human vs computer
2. human vs humanEnter game mode: 1
```And play a game!
```
| |
(1) | (2) | (3)
-----------------
| |
(4) | (5) | (6)
-----------------
| |
(7) | (8) | (9)
x turn
```