my new JavaScript game
my new JavaScript game
Hi,
I haven't spent too much time to develop Irrlicht stuff recently because my attention was dragged into HTML5 canvas and JavaScript (sort of). I want to get a *real* game finished with the JavaScript port of Box2d, and I still need to do some work on it, but I though I'd share a first version. It can be played here:
http://www.bulletbyte.de/products.php?s ... ow=gravity
It's a simple game "inspired by Thrust" from the C-64. You control your spaceship with the cursor keys and activate the tractorbeam with space. The test level does also include a little "physical puzzle", but I think I'll add more (complex) of those when I'm done with the actual gameplay.
Currently the gaming does not end. The goal is to grab the green balls (let's call them "energy spheres") and drop them in the blue area right beside the starting point.
Hope you have fun with it.
I haven't spent too much time to develop Irrlicht stuff recently because my attention was dragged into HTML5 canvas and JavaScript (sort of). I want to get a *real* game finished with the JavaScript port of Box2d, and I still need to do some work on it, but I though I'd share a first version. It can be played here:
http://www.bulletbyte.de/products.php?s ... ow=gravity
It's a simple game "inspired by Thrust" from the C-64. You control your spaceship with the cursor keys and activate the tractorbeam with space. The test level does also include a little "physical puzzle", but I think I'll add more (complex) of those when I'm done with the actual gameplay.
Currently the gaming does not end. The goal is to grab the green balls (let's call them "energy spheres") and drop them in the blue area right beside the starting point.
Hope you have fun with it.
Last edited by Brainsaw on Sun Jan 16, 2011 9:31 am, edited 2 times in total.
Hi!
You made any progress with game?
I like it![Smile :)](./images/smilies/icon_smile.gif)
Btw, you must check this:
http://www.elizium.nu/scripts/lemmings/
You made any progress with game?
I like it
![Smile :)](./images/smilies/icon_smile.gif)
Btw, you must check this:
http://www.elizium.nu/scripts/lemmings/
works for me though!bitplane wrote:Cursor keys don't appear to do anything on Chromium in Linux
Chromium 8.0.552.224 (0)
Linux dusk 2.6.36-ARCH #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010 i686 AMD Phenom(tm) 9500 Quad-Core Processor AuthenticAMD GNU/Linux
if you're looking for me, start looking on irc, i'm probably there.
OK, now I released the game "officially". It can be found under http://en.wikipedia.org/wiki/Thrust_%28video_game%29. After you played a level and use the button that's shown under the game screen you can even enter the hiscore table of the game. Have fun with it.
Oh ... I didn't find any solution for the "Cursor keys don't work" issue. Sorry.
Oh ... I didn't find any solution for the "Cursor keys don't work" issue. Sorry.
You should fix the link given in the first post since it points to ?non existant page?
the correct link, as I found out, is: http://bulletbyte.de/jsbox2d/
Also, is there any way to restart level without having to reload page, my spaceship sometimes got stuck when flipped on side on the ground.
Code: Select all
Multiple Choices
The document name you requested (/jsbox2d/JSGravity.html) could not be found on this server. However, we found documents with names similar to the one you requested.
Available documents:
/jsbox2d/JSGravity.php (common basename)
Please consider informing the owner of the referring page about the broken link.
Also, is there any way to restart level without having to reload page, my spaceship sometimes got stuck when flipped on side on the ground.
Working on game: Marrbles (Currently stopped).