HelloRun - A WebGL 3D Game
41–50 of 111 posts
Re: HelloRun - A WebGL 3D Game
#42Cool… the fog color matching the gate color often makes it difficult to discern which section is the opening.
It's supposed to be challenging. You will learn to discern.
Failing because I wasn't quick enough can be fun. Failing because your overly-clever graphics engine requires me to distinguish "fog" from "glass in fog" in 0.5 seconds is never fun.
Re: HelloRun - A WebGL 3D Game
#43Can't believe this kind of game runs in browser!
Re: HelloRun - A WebGL 3D Game
#44Earlier quoted context omitted.
Agreed. I'd love to be able to restart where I left off. Maybe the high score could reset, but the music could continue. The music's great, and coupled with the color change at the drop, it could be really cool.
I disagree, think of it like Bit.Trip Runner, the beat builds as you progress, but you have to start over if you fail.
Re: HelloRun - A WebGL 3D Game
#45Beautiful but restarting from the beginning on the slightest mistake makes this game negative fun to play.
Re: HelloRun - A WebGL 3D Game
#46Re: HelloRun - A WebGL 3D Game
#47Hey I saw this at the Mozilla HTML5 Game Dev meetup, were you the silent guy running the demo? Awesome work anyway :)
Re: HelloRun - A WebGL 3D Game
#48The movement isn't sensitive enough. You shouldn't have to lift the mouse at all when playing computer games with bounded motion like this; this game requires me to lift the mouse 3-4 times just to go from the lowest barrier to the highest. It's not my sensitivity since I can traverse all 1080 pixels in less than a single vertical swipe of my mouse. Is anyone else having the same problem?
Re: HelloRun - A WebGL 3D Game
#49Cool… the fog color matching the gate color often makes it difficult to discern which section is the opening.
Re: HelloRun - A WebGL 3D Game
#50Probably the fastest WebGL game I ever experienced - wow.
Looking closer at the requestAnimationFrame callbacks, most frames required under 16ms, but every 20th frame required 120ms or more. Eliminate that slow frame and the game should have no problem reaching 60fps.
(I used https://chrome.google.com/webstore/detail/web-tracing-framew... to get this).