Play game
What is my name?'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Use of the Limitation | #90 | 1.789 | 4.000 |
Concept | #91 | 1.565 | 3.500 |
Presentation | #92 | 1.342 | 3.000 |
Overall | #93 | 1.453 | 3.250 |
Enjoyment | #94 | 1.118 | 2.500 |
Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
quabamara
Software used
Pygame, ChipTone and Pixelorama
Use of the limitation
I created a platformer with only three keys, which are also the letters of the name the player is looking for.
Cookies eaten
None
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice platformer, the art is pretty neat too. Good job!
A short but pretty cute game. Although it's a standard platformer, it's cool that you attached story meaning to the used keys. The art is pretty nice, and I liked the way you introduced each one of the keys. One small issue I had was with wall collisions- hitting a wall is unstable and has a chance to cause you to clip out of the map, so I had to reopen the game a few times. Despite that, I still liked it.
this game has some bugs and packaging issues. for one thing, it’s arm-only, which isn’t necessarily a problem, but restricts your audience. pyinstaller has an argument that allows creating a universal2 binary, that would allow this to run on intel macs. something that is more actually a problem is the lack of
title.png
in the root of your zip, which prevents the game from starting at all. i made a small all-black png with that name and it worked just fine! sort of. i pressed some keys at random trying to figure out how to move and this happened:i clipped into the wall, and fell through the world.
then i closed it, relaunched it, and upon completing the game and trying to restart, i see
TypeError: main() missing 1 required positional argument: 'restart'
. Looks like you’re calling something with one fewer argument than expected.Thank you for your Feedback. This is my first Game Jam and I was a little bit stressed when I submitted the game and forgot to test the game one last time. I have fixed the missing image and added a more detailed description. I hope it is now at least playable :)