Browse Source

Used URLs added in the README

pull/14/head
Rogier Neeleman 7 years ago
parent
commit
83e588f547
  1. 13
      README.md

13
README.md

@ -41,8 +41,19 @@ Please change the password! @@ -41,8 +41,19 @@ Please change the password!
## Running the game
./run.sh start
## URL's in the game
The site is running on http://1.2.3.4:5000
You can find the administator page for cleaning the database on http://1.2.3.4:5000/admin/password
These are all the URL's used in the game:
| URL | Description |
|--------------------|-------------------------------------------------------|
| / | Switch between the scoreboard and the highscores page |
| /scoreboard | Show the scoreboard |
| /highscores | Show the highscores |
| /newuser | Make a new user |
| /newuser/<hash> | Make a new user. A hash is needed |
| /tag/<hash> | Find a tag and register it on your name |
| /admin/<password> | Admin page |
## Debug mode
You can enable the debug mode by running:

Loading…
Cancel
Save