WebGL Lode Runner

Started by
5 comments, last by m_waddams 11 years, 3 months ago

Hi everyone. Just wondering how many people play WebGL games? I ported my Java game to HTML5/WebGL:

http://java-expert.nl/games/loderunner/

lr9.jpg

Also, can anyone think of a good user interface to play this on a tablet? I could add a virtual joystick, but I'm not sure that's accurate enough.

Advertisement
this looks like a 2d game, what did you use webgl for ?

Originally I wrote it with LWJGL (http:/java-expert.nl/games). To get decent performance I needed openGL.

I just ported it to libGDX, not sure if I could drop openGL, doubt it though...

What would you use?

Score: 141050, Level 73 (since it's intentionally skipping levels, not as impressive as it sounds).

Score: 141050, Level 73 (since it's intentionally skipping levels, not as impressive as it sounds).

Still, nice going :) Too bad I have no idea how to store the highscore...

oh, man ... loderunner. Those are the real levels and the real graphics too, right? -- (graphics from the Apple ][ version based on the (lack of) colors?)

Are you emulating an old machine or did you rip the sprites somehow?

Don't know what a good interface on a table would be other than the obvious
(a) onscreen buttons
or
(b) sweep left = left, sweep right = right, sweep up = up, etc. + tap left side of screen = dig left, ...

Ripped the graphics from my c64 emulator (Vice). Wonder what happens if I put it on Google Play...

I don't like the loderunners that use continuous running. I'm thinking of a virtual joystick with the left thumb (not visible), and right thumb as button.

This topic is closed to new replies.

Advertisement