Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.23 KB

Snacraft Server

License: Apache-2.0 contributions welcome

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.

Dependencies

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

Running

To run in development mode type:

gunicorn -k flask_sockets.worker main:app

Pictures