Add description for your own server

This commit is contained in:
Nico Schottelius 2019-05-26 22:15:13 +02:00
parent 182ae4d0e5
commit 9c1d496a9b
2 changed files with 10 additions and 0 deletions

View File

@ -65,6 +65,14 @@ The idea is that there are challenges and each challenge offers:
* Create challenges-<YOURNAME>.py and add challenges in there
* Do some magic so all challenges are imported by server
### How to run your own game server
Run
```
python server.py
```
## Overview - Security
None at the moment.

View File

@ -123,7 +123,9 @@ class Game(object):
def list_of_challenges(self):
return """The following challenges are available on this server:
{}
""".format("\n".join(self.challenge_names))