Very interesting. I couldn't get my controls to lock in on the window inside the browser, so every time I jumped, the whole page moved up? That's probably just my bad though. Very cool premise and a lot of fun.
All hail the OSTRICH. Anywayz, funny game. Though the biggest problem is when i press up or space, the window scrolls down or up. It gets annoying but the game is pretty fun :D
If I find the time, I will put some event.preventDefaults() in the code to prevent all the scrolling issues people are having. I did not consider how it would play different on GameJolt than just as its own page.
Comments11
If I find the time, I will put some event.preventDefaults() in the code to prevent all the scrolling issues people are having. I did not consider how it would play different on GameJolt than just as its own page.
You should stop the key event from reaching the page, everytime the ostrich jumps the browser scrolls vertically.