diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,9 @@ Hitler Clicker is a simple game where you have to choose one of 3 teams to click for. The team with the most clicks wins, except that the game is endless. +This project is licensed under **AGPLv3-or-later**. +See `LICENSE.md` for more information. + - - - ## Test Environment @@ -34,4 +37,9 @@ curl -X POST -d '{ "key": "value" }' http://localhost:8000/yourapifile.php ## To-Do +- add api that returns a specific users clicks +- add api that returns all users and their respective clicks and teams - add name and password change +- add anonymous clicking for a team + +- frontend |