Metadata-Version: 2.1
Name: tictaco
Version: 0.1.1
Summary: Tic Tac Toe! 🌮
Home-page: https://github.com/vinayak-mehta/tictaco
Author: Vinayak Mehta
Author-email: vmehta94@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: dev

# tictaco

Tic Tac Toe! 🌮

## Installation

<pre>
$ pip install tictaco
</pre>

## Usage

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


