Fun game! I chuckled at the 3rd level. So many enemies. :') Nice touch!
Play game
Spooks-Be-Gone, LLC's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Creativity - how original is the idea? | #15 | 3.125 | 3.125 |
Presentation - how does it look/feel? | #18 | 3.063 | 3.063 |
Overall | #20 | 2.792 | 2.792 |
Entertainment - how enjoyable/replayable is it? | #26 | 2.188 | 2.188 |
Ranked from 16 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Comments
I really wish this one had the sprite flipping bug fixed. The story telling via newspapers part is cool, but hard to hit skeletons.
Solid Fennel game!
If you want to keep the mouse bound to the window in love2d check out love.mouse.setGrabbed
Also, when you flip a sprite using x scale, make sure to offset it by its width.
Something like:
(let [xp (- x (if flipped sprite-width 0))
scale-x (if flipped -1 1)]
(love.graphics.draw image quad xp y rotation scale-x scale-y)
I haven't actually tried to make a LÖVE engine game resizeable. Pretty sure it's possible, but not sure how easy it would be.
The space thing is left over from the prior game I borrowed code from, which might mean it's a bug in that too.
Glad you liked the job descriptions. Writing them was a lot of fun.
I like the undead-killer-for-hire theme! I had trouble actually hitting things, though, and my health when into the negative. Could be real fun with a bit more work!
Unfortunately I got stuck on the skeletons xD, but the scripts are nicely done!
No, unfortunately, I am not a pixel artist. The sprites are by Jessie Munguia, LuizMelo, and Dreamir here on Itch and free for everyone to use.
I managed a few levels but I don't know if I beat the game properly. ;n;
I got a blue "interim" screen with a [string "..."]:48: attempt to index local 'current_options' (a nil value)
Thanks for the game! The hit detection seems a bit buggy, but I’ll forgive it due to the jam time limit :)
Leave a comment
Log in with itch.io to leave a comment.