19 points | by kuberwastaken 6 days ago ago
2 comments
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
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; } `
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
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; } `