So you need python and pygame for it, here's a little step by step tutorial on how to install both and play the game:
(To be clear, this tutorial assumes you're using windows)
- Download Python at: Download Python | Python.org
- In the installer, check the box "add to PATH" (at the bottom) then install
- Follow the installer until it quits
- Open CMD by looking up CMD into the search box at the bottom left of your screen (it shows up as command prompt)
- Type "pip install pygame" into CMD
- Wait for it to finish then doubleclick the .py file in the downloaded zip
I hope it works, thank you for being willing to try out our game :D