Play game
Cheating the Extraterrestrials's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Use of the Limitation | #54 | 3.043 | 3.600 |
Enjoyment | #82 | 2.535 | 3.000 |
Overall | #86 | 2.578 | 3.050 |
Concept | #87 | 2.535 | 3.000 |
Presentation | #100 | 2.197 | 2.600 |
Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
Infinity48
Software used
Tiled, GIMP, Audacity, Notepad++, Python
Use of the limitation
You have to use a dev cheat to teleport through walls to get to all of the aliens.
Cookies eaten
1
Leave a comment
Log in with itch.io to leave a comment.
Comments
10/10 for the art and sfx. The hurt sound is just *chefs kiss*
I got to the end! It was good game, nice implementation of cheats, but sometimes cheats doesn't work and I must wait, until they refresh. Also I really like the concept image ;)!
there were some issues with the player's being stuck on invisible walls but it was fun little game and I thought putting in the codes with the arrow keys was a satisfying way to cheat
Could you give more details so I can see if I can reproduce it; I might make a post-jam version after voting ends that fixes all the bugs and stuff.
Also, I played your game and couldn't figure out how to progress, maybe I am just an idiot.
actually trying it out now I don't think it's a hitbox thing but it happens if you press down on left for example and then hold down right at the same time, the player starts going right until you release left again at which point it stops the player, this happens for both left and right, and up and down
as for our game no you're not an idiot we definitely need to make it clearer that you need to fill the daily goal bar at the top right by the end of the day which is at 17:00
also you can always change your game before ratings are over you'll just have to have both the original and polished one on your page
Thanks, I kind of just wrote the movement code in a minute or so and just forgot about it until I added the cheat where I just added that last elif statement in 'on_key_press()'.
Here it is by the way if you want to see what causes the problem and don't want to dig through the source code (without the commented out stuff.):
Yeah, Up-Left is higher priority than Down-Right and either way being released sets the velocity for that axis to 0. Sorry about that! ( I thought I had a solution to this but then I realised when I opened Notepad++ that it wouldn't work.)