Thanks a lot! did you manage to get to the end screen?
ArielVainer
Creator of
Recent community posts
Thank you a lot for your comment! i originally planned to make this into a puzzle/thinking game with different shapes and objects, the game would force you to find a pattern and find the odd one out. Unfortunately that was way out of the scope and I had to change the idea to a color finding game. I would ideally like the game to continue on a life based system and continue generating levels infinitely until the player dies.
My main struggle with adding a web version was that python and pygame have almost zero support for webasm and it's basically impossible to get a pygame game on the web running normally with more than 1 fps. My solution was to translate the whole code line by line to javascript (i dont really know javascript) so that took a while :D
This game is absolutely great! The increasing difficulty throughout the game kept me engaged and I appreciated the gradual introduction of the shovel as a special object. The level design is excellent, providing the perfect balance of challenge and fun. Overall, it was an enjoyable gaming experience and I found myself wanting to play more.
My game is actually very similar to this! I would be happy if you check it out and give it a try. Keep up the good work!