Jump to content

Sky of Verdun 3d


Brainsaw
 Share

Recommended Posts

Hi there,

I had an advanced training on HTML5 a few weeks ago which inspired me to do a browser based game: Sky of Verdun 3d (http://dustbin-online.de/sov.php). It is a multiplayer 3d dogfight game where blue planes fight agains red planes.

Both client and server are written in JavaScript. Communication is done with websockets, and this works well at least in a local network. The game is known to be running on Firefox and Chrome (Windows 7 and Fedora Linux), although it only runs on Chrome if you have the client on a webserver.

The game uses:
http://nodejs.org/ to run the JavaScript server
http://mrdoob.github.io/three.js/ for 3d graphics in the browser
http://cannonjs.org/ for physics

When a battle is started you can choose from 3 different planes:

Triplane, good agility, bad speed
triplane_blue.png


Biplane, both speed and agility are OK

biplane_blue.png

Monoplane, bad agility, good speed

monoplane_blue.png

There is a training version online to see how the planes fly, but apart from some bunkers and hospitals there is nothing to destroy in the trainer.

The controls:

Cursor: pitch and roll
A/D: yaw
W/S: engine power
Space: fire
C: camera mode
H: horizon camera

If I find some time (and motivation ;) ) I might as well code a native client.

But at the moment I hope some of you have fun with this version and post a lot of comments

Btw: it would be cool if someone is able to record a video

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...