Starting a WW2 3D game
Monkey Archive Forums/Monkey Projects/Starting a WW2 3D game
| ||
During last week, I wrote a simple 3D engine for MonkeyX, using OpenGL ES 2. In the past 3 days, I have started a simple 3D game using the engine, with 3D models taken from the DarkMATTER pack and some sprites I grabbed from the Internet. It's on its early stages, there's no AI yet, and it's missing lots of stuff, but you can walk around using the arrow keys and shoot with space key. Barrels can be destroyed if you shoot them long enough. The map has been made with Tiled, and tiles are replaced with 3D meshes when loading. Demo is playable through the web browser here (takes a while to load!): https://dl.dropboxusercontent.com/u/502828/ww2/index.html EDIT: Uploaded version with some very simple AI. |
| ||
Wow that is impressive, writing your own 3D engine... Very cool. |
| ||
Thanks, Tiresius. The engine is very simple, it's not that hard to do actually :) |
| ||
Awesome! Is that the standard HTML5 template which ships with MonkeyX? |
| ||
Yes, I only modified the default html page to render the canvas full-screen. |
| ||
Nice work! |
| ||
Well done! Can't wait to see it develop. |
| ||
I have uploaded the game with health bars for all characters and breakable objects, and virtual joystick support, so you can open the link on a touch device and play. It works on iOS (tested on iPhone 6 and iPad mini 2), but I couldn't make it work on my Android device (BQ Aquaris E4.5 with KitKat), although Chrome is supposed to support WebGL. |