diff options
author | hitlerrip <git@hitler.rip> | 2025-07-29 21:09:33 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-07-29 21:09:33 +0200 |
commit | cf81ced021761f14056808a99d5081bff9f3036c (patch) | |
tree | e02b5377a8545a11dab2556ba9feac234b2ebdd7 /README.md | |
parent | d4b297598e2ffe6890ef4890cba884f875a25c63 (diff) | |
download | hitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.tar.gz hitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.tar.bz2 hitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.zip |
license
added license notices and a copy of the license
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 |