Metadata-Version: 2.1
Name: connect-4
Version: 0.1.0b2
Summary: A connect 4 CLI game
Home-page: https://gitlab.com/ritwikgopi/connect-4
Author: Ritwik G
Author-email: i@ritwikg.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Connect 4

This project will develop a connect 4 game with intelligent bot.

To install connect 4 on your machine use the command below

Required python version python 3.6 or above

```
pip install connect-4
```

To play the game run the command below after installation

```
connect_4
```


