This project is the server side source from Snacraft game. This game is a classical snake multiplayer game. It is available in the web and Google Play.
It is required gunicorn
and python2
. To install gunicorn
type:
sudo apt install gunicorn
To solve python dependencies use this option if you want run in an virtual environment with pipenv
:
pipenv --two shell
It is also possible to install dependencies in your system:
pip install -r requirements.txt
To run in development mode type:
gunicorn -k flask_sockets.worker main:app