Feeling nostalgic? How about a quick game of Connect Four for a little break in your day!
👤 Taylor Varoglu
- Github: Taylor Varoglu
- LinkedIn: Taylor Varoglu
This project requires Python 3.
- Fork and/or clone this repository
- Set up and activate your virtual environment:
$ python3 -m virtualenv venv
$ source venv/bin/activate
- Run the test suite with
(venv) $ python -m unittest -v
- Run the game with
(venv) $ python main.py
A fully functional version is currently hosted on Replit.com!
- Check it out here