This is a game where a floating blue balloon has to escape from red mines. The mines go directly towards the balloon and explode when they bump into each other. In play.py, you can change whether the player controls the mines or the balloon or both (local multiplayer) and where mines spawn.
pip install requirements.txt
Press P to unpause at the start of the game. You can pause again later with P.
Use WASD to move around. You can see how many mines have exploded in the top left corner.
Press ESC to finish the game. You can also see how many mines exploded and how long you survived in the terminal.