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