ThunderBolt
A downloadable game
In Thunder Bolt, roll four-sided dice around to line up the mathematic solution. A Sokobon-style puzzle game with a cute raincloud as your hands and feet. Controls: Left click to move, Esc for menu, U to undo, R to restart the level.
Download
Install instructions
This game requires both Python 3 and some plugins to work. You can find the appropriate Python installer for your OS at https://www.python.org/downloads/
Once you have Python 3, you'll need to open your terminal application. You can download the correct plugins by first navigating to the game's folder in the terminal: you can do this by typing "cd" (without the quotes) and dragging the game folder into the terminal window, then pressing enter. Then you paste and execute these commands:
pip3 install -r requirements.txt
python3 game.py.
Then the game should launch. It is also possible the terminal log will show an issue you can fix: for example, on one computer we tested it on, one plugin ended up out of date, and the terminal printed this with the command required to update it. Then you can launch the game.py file with the Python Launcher.
Leave a comment
Log in with itch.io to leave a comment.