dhiogoboza / snacraft-server

:snake: :joystick: | This project is the server-side source from Snacraft game, a classical snake multiplayer game.

Home Page:http://snacraft.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:snake: :joystick: | This project is the server-side source from Snacraft game, a classical snake multiplayer game.

http://snacraft.appspot.com/


Languages

Language:Python 99.7%Language:Procfile 0.1%Language:Shell 0.1%