The game needs 2 player to play it. Each match is played for 60 seconds.

App contains the client module i.e. the game itself. Please download the portable version based on your operating system.
game_server contains the server module. Please follow the instruction below to setup the server on your own device.
Please make sure your device has docker installed. Then run the following commands:
sudo docker-compose up -d
Then run the portable app on your device to play the game.
Download the released version with _online suffix. These version uses hosted backend. So you can start playing online. Or instead, you can use ngrok to open public port from your device and rebuild the app by changing the URL. Server URL variable is in the app/main.py file.
Make sure you have pyinstaller installed. If not, you can install with pip install pyinstaller command.
cd app
pyinstaller --onefile --windowed main.py