This is a realtime multiplayer tic-tac-toe game built using Python, Pusher, and JavaScript.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software.
- Git.
- Python.
- Pip.
Clone the git repository on your computer
$ git clone https://github.com/neoighodaro-articles/...
You can also download the entire repository as a zip file and unpack in on your computer if you do not have git
After cloning the application, you need to install its dependencies and source into the virtual environment.
$ cd ...
$ pip install flask pusher
$ source .venv/bin/activate
- To set the application in development environment, run the following code
$ export FLASK_ENV=development
$ flask run