Play game
JS2k - NES Ghost blaster's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #2 | 4.000 | 4.000 |
Graphics | #7 | 3.375 | 3.375 |
Overall | #12 | 3.250 | 3.250 |
2k Version | #14 | 3.125 | 3.125 |
Design | #16 | 2.625 | 2.625 |
Fun | #16 | 2.625 | 2.625 |
Theme | #18 | 1.875 | 1.875 |
Ranked from 8 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
I absolutely love the soundtrack! Some nice animation touches in there too, particularly the dying ghosts fading away. I found the random obstacle generation pretty challenging and it took me a while to get used to shooting accurately. Would really have liked for a way to restart within the game itself rather than having to refresh (or perhaps there is one and I didn't find it?).
My best score is 32889.
Definitely getting some NES vibes from this, very cool! The sprite animations are really fun for how simple they are, and the music is very fitting.
Game does not work on Firefox.
Unfortunatly, it uses `new OffscreenCanvas()` for sprites. It's syntax can be compiled down to a smaller footprint than `document.createElement('canvas')` and it's much more performant too. https://caniuse.com/#feat=offscreencanvas
Adding support for firefox and safari would require some effort. I'll see what I can do.