From 83e588f547c64645ece439e34650d59208583226 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Fri, 7 Jul 2017 20:35:59 +0200 Subject: [PATCH] Used URLs added in the README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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: