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

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! 🌮

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 human

Enter game mode: 1
```

And play a game!

```
| |
(1) | (2) | (3)
-----------------
| |
(4) | (5) | (6)
-----------------
| |
(7) | (8) | (9)
x turn
```