# Hitler Clicker 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 There is an included testing environment. Requirements are Docker and PHP. Docker is generally not needed, you can replace it with any other DB Server. PHP has to have the `pdo_mysql` driver enabled. There is an included tmux script that starts all of the required servers. If you have a slightly different set up or you did not install the dependencies, it might still be relevant to find out what is to be done. ```sh ./tmux.sh ``` `index.php` automatically creates the required database tables if they do not already exist, so just request that API to have everything set up for you. ## To-Do ### Frontend - add name and password change - add account removal - sort landing page team clicks by amount - play page: preload active image - play page: click on any key press - find out if cookie banner is legally required & other legal shit