~fluix/polybius-server

Server for polybius: a simple hackable game designed for teaching
Update README to current status
Update everything for release
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~fluix/polybius-server
read/write
git@git.sr.ht:~fluix/polybius-server

You can also use your local clone with git send-email.

#Polybius Server

The server responsible for hosting a simple hackable game designed for teaching hacking with the polybius-client.

#Running

A redis server running on localhost with the standard port 6379 (and database 0) is required.

Given a valid Python 3 installation, running the server can be done with the provided server.py script:

./server.py

#Configuration

The conf.py file contains the necessary configuration settings for the server. By default, the server binds to 127.0.0.1 on the port 9999.

For setting up a client, see polybius-client.

#License

AGPLv3, see LICENSE.

Copyright (C) 2021 Steven Guikal