Play game
ThunderBolt's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Presentation | #4967 | 1.818 | 2.571 |
Creativity | #5500 | 1.616 | 2.286 |
Overall | #5530 | 1.583 | 2.238 |
Enjoyment | #5686 | 1.313 | 1.857 |
Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How does your game fit the theme?
Our game is a Sokobon-style puzzle game where you roll around d4s
Did your team create the vast majority of the art during the 48 hours?
Yes
We created the vast majority of the art during the game jam
Did your team create the vast majority of the music during the 48 hours?
Yes
We created the vast majority of the music during the game jam
Leave a comment
Log in with itch.io to leave a comment.
Comments
Cool to see something made with pygame! Unfortunately it's a pain to install. I like the visuals and there are lots of levels, but I'm not very familiar with this style of puzzle so it is very challenging. Good concept, but you should integrate the instructions into the first level and add some sound effects.
That doesn't follows rules of jam. You should have convert python files into .exe. But i see screenshot, and this game looks cute. Good luck!
I couldn't get this game to work... Looks cool though!
I love the cute paper cutout artstyle and the game seems really creative and clever and I'm sure would be a lot of fun if I was able to understand literally any of what's going on at all. This is way too big brained for me, I read the instructions twice and I did not even kind of get it. Maybe I'm just dumb.
Game did not work. Seems to be a bug in the code regarding the PyGame Button.
Hello! We definitely didn't have time to perfect the game, so there could totally be a compatibility issue. But the launch process is more complex than just opening the game file, so in case it's something I can troubleshoot, I'd like to check a few things. Thank you very much for taking the time to comment.
This game requires both Python 3 and some plugins to work. 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 enter 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 was 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.
I understand I may be reiterating something you've already done, or another issue may have come up, or you might want to skip on testing it out. Whichever way, I appreciate you checking out our page. Thank you for your time!