Skip to content

Repository files navigation

Retro snake server

Server for Retro snake. Based on bottle framework.

License: MIT

Installation

  • 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.txt

Hash

Hash function is required to communicate with the client. You can use default encrypt function:

cp encrypt.example.py encrypt.py

Start

python server.py

License

MIT

About

Retro nake server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages