Server for Retro snake. Based on bottle framework.
git clone <repository-url>this repository- change into the new directory
- create virtualenv:
python3 -m venv env
source env/bin/activate
pip install wheel
pip install -r requirements.txtHash function is required to communicate with the client. You can use default encrypt function:
cp encrypt.example.py encrypt.pypython server.py