diff --git a/README.md b/README.md index a27954f..cd869c3 100644 --- a/README.md +++ b/README.md @@ -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/ | Make a new user. A hash is needed | +| /tag/ | Find a tag and register it on your name | +| /admin/ | Admin page | ## Debug mode You can enable the debug mode by running: