Brainsaw Posted June 13, 2013 Share Posted June 13, 2013 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 physicsWhen a battle is started you can choose from 3 different planes:Triplane, good agility, bad speedBiplane, both speed and agility are OKMonoplane, bad agility, good speedThere 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 rollA/D: yawW/S: engine powerSpace: fireC: camera modeH: horizon cameraIf 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 commentsBtw: it would be cool if someone is able to record a video Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.