Skip to content

🐍 🕹️ | This project is the server-side source from Snacraft game, a classical snake multiplayer game.

Notifications You must be signed in to change notification settings

dhiogoboza/snacraft-server

Repository files navigation

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

🐍 🕹️ | This project is the server-side source from Snacraft game, a classical snake multiplayer game.

Topics

Resources

Stars

Watchers

Forks

Languages