Play game
Eval-em-up!'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Presentation - how does it look/feel? | #2 | 4.571 | 4.571 |
Overall | #6 | 3.905 | 3.905 |
Entertainment - how enjoyable/replayable is it? | #7 | 3.357 | 3.357 |
Creativity - how original is the idea? | #8 | 3.786 | 3.786 |
Ranked from 14 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Love the art style and the parenthesizing mechanic. The hand-drawn style (including the graph paper) is really cool.
I found that holding the button to shoot made the game easier (maybe too easier?). You may want to adjust the difficulty or how shooting works to compensate.
I found that too. Holding the button makes it easy to damage the enemies while they’re still half off-screen and not posing much of a threat. I’m not sure what I should do to solve this. Perhaps each enemy should get brief shields until they’re fully on the screen? That would be kind of inelegant though.
I’m not sure how other shoot-em-up games solve this problem. Any ideas?
Highly addictive, but I got killed with
loop
every time 😂The visual style is appealing as well, kudos!
Thanks for the praise!
The code in all the enemies only activates on hit, so the boss only shoots at you when you shoot at the boss. Maybe with this knowledge you’ll be able to defeat it!
Thanks, I’ll have a try at it :)
It's interesting to have enemies with code :D The art is really nice too
Cool!
Love the art works!
I tried building from source but got this error:
raco req -d
needs to be run inside the source directory.Hmm, that's where I'm running it.
In that case I don’t know what the problem is. You can try working around the problem by replacing that command with
raco pkg install --auto --skip-installed priority-queue raylib
?I like the execution by execution :D.
I'd probably speed up the shots a bit more but very cool idea.
Thanks! I wanted to make sure players wouldn’t get frustrated by the difficulty as there are a lot of games for them to play through in this jam, so I erred on the side of making it easy. To make it more challenging for yourself, you could wait for the enemies to get 1/4 of the way across the screen before you start trying to shoot them; that way they have more time to gang up and start shooting their own projectiles. Or download the source and change their firing rate haha.
A very enjoyable galliga game.
I really liked how the hit points left on your ship were built right into the graphic and things that were going to explode were labelled [explode]. Fantastic!
good game, cute art 10/10
Windows users can download a Windows build of the same game here: https://cadence.moe/friends/eval-em-up-windows.zip
Please note: Windows Smartscreen will almost certainly show a warning when you try to run the file. This is because I did not pay $500 to Microsoft for code signing. You’ll have to click “show more” and then “run anyway”.