Be sure to have Python 2.7.10 installed on your system.
If you don't have pip
installed, be sure to:
sudo easy_install pip
If you have pip
installed:
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
- To run the game, run
python tic-tac-toe.py
in the terminal.
- To run the test-suite, run
python tic-tac-toe.py --test
Made with π by Patricia