Show HN: Sprigman – Pac-Man Recreated in a Limited Tile Based JavaScript Engine
sprig.hackclub.comSprig is a tile based game engine made by Hack Club that's like Scratch's older brother but has it's own set of unique limitations.
All sprites need to be made in Bitmap and uses a midi like event sequencer to get any music into it, since it's meant for a different set of hardware, you can only use very basic controls too.
I made a version of PacMan inside it that has randomly generated mazes every time and mostly works well!
Update: Made it EVEN cooler with ghosts with multiple personalities, smarter map generation and more: https://sprig.hackclub.com/share/Rnb0G9RagYqXEnyxfvvj
Update: Fixed Uncompletable maps too
There are sometimes coins unreachable, I noticed.
Update: should be fixed in this one :D https://sprig.hackclub.com/share/Rnb0G9RagYqXEnyxfvvj
Yup, that is an issue haha, you can press K to refresh the map!