
tequilaJumper
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
A fairly simple platformer game. You play as a green qube, and jump up on platforms. Despite the basic concept, it's surprisingly fun.
The game is written in JavaScript, and rendering is done using Canvas. It is therefore 100% cross platforms and cross browser (unless you use IE8 or below, as it doesn't support canvas), and can even be played on smartphones and tablets.
On a computer with keyboard, this is the controls:
A: move left
D: move right
W or space: jump
S: go down faster
On a phone/tablet, jump is always activated, and you steer by tilting your device.
In my experience, Google Chrome and Safari (Mac) give the best performance. Opera and Firefox tend to be quite sluggish. If you experience performance problems, I encourage you to try it in Google Chrome, as it's JavaScript engine is beast.
The game does seem to perform better on iOS than on Android-devices. Where iPad Mini and iPhone 4s run a smooth 60 FPS, people have reported that their nexuses and samsung galaxy IIIs get very bad FPS.
All feedback is highly appreciated :)
The game is written in JavaScript, and rendering is done using Canvas. It is therefore 100% cross platforms and cross browser (unless you use IE8 or below, as it doesn't support canvas), and can even be played on smartphones and tablets.
On a computer with keyboard, this is the controls:
A: move left
D: move right
W or space: jump
S: go down faster
On a phone/tablet, jump is always activated, and you steer by tilting your device.
In my experience, Google Chrome and Safari (Mac) give the best performance. Opera and Firefox tend to be quite sluggish. If you experience performance problems, I encourage you to try it in Google Chrome, as it's JavaScript engine is beast.
The game does seem to perform better on iOS than on Android-devices. Where iPad Mini and iPhone 4s run a smooth 60 FPS, people have reported that their nexuses and samsung galaxy IIIs get very bad FPS.
All feedback is highly appreciated :)