An assassins game powered by App Engine.
- Create an App Engine application.
- Download the Google App Engine SDK for Python.
- Change the application: line in app.yaml to the name of the application you just created.
- Edit the env_variables in app.yaml to suit your needs.
- Upload the application to appengine by running: appcfg.py update .
- Create a game by navigating to /admin/create?game_name=default
Note that the game currently must be updated manually, even if you specified specific times in app.yaml.
Before players sign up, you'll have to create a game (the game_name parameter is optional):
https://example.com/admin/create?game_name=default
When all the players have joined, go here on an admin account to start the game:
https://example.com/admin/start?game_name=default
The game automatically ends when there is only one assassin left. To end the game early and assign the winner to the #1 player on the leaderboard, go to:
https://example.com/admin/end?game_name=default
Accidentally start the game? Something go wrong? You can reset the game and delete all game data. WARNING: This deletes all current game data.