NHacker Next
login
▲Show HN: Sprigman – Pac-Man Recreated in a Limited Tile Based JavaScript Enginesprig.hackclub.com
18 points by kuberwastaken 4 days ago | 6 comments
Loading comments...
tdy_err 12 hours ago [-]
Heads up, you need to add a CSS rule to make the game playable on mobile browsers. Otherwise the page zooms in whenever you tap the controller.

https://developer.mozilla.org/en-US/docs/Web/CSS/touch-actio... `button { touch-action: manipulation; } `

kuberwastaken 9 hours ago [-]
Uh there's no way for me to allow it to be played on mobile because 1. I don't own the website, 2. It's designed for another set of hardware with very little controls, the game works with WASD and K
kuberwastaken 1 days ago [-]
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

riidom 1 days ago [-]
There are sometimes coins unreachable, I noticed.
kuberwastaken 1 days ago [-]
Update: should be fixed in this one :D https://sprig.hackclub.com/share/Rnb0G9RagYqXEnyxfvvj
kuberwastaken 1 days ago [-]
Yup, that is an issue haha, you can press K to refresh the map!