I'm a student and my group have a task to create a simple multiplayer Rpg webgame. And I have to do it in just a few months. Is there any open source engine or framework to do this? Or any other idea?
|
closed as off topic by Jonathan Hobbs, Laurent Couvidou, bummzack, Byte56, Martin Sojka Sep 28 '12 at 7:22
Questions on Game Development Stack Exchange are expected to relate to game development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
There are several solutions based on HTML5, one of them is LibGDX but coding HTML5 from the ground up it's not that hard and it's probably the best solution in some cases. Basically you have to bet on HTML5 if you want to create a web based game this days, also there are sample projects that can help you with this like BrowserQuest that is also opensource. |
|||
|
|
|
You don't have any language restriction? As suggested here: What technology should I use for a web-based game?, you could use Java. Here are two frameworks based on Java that allows you to run your application as an applet:
There is surely lot of other frameworks based on JS/HTML5 etc. but here are some Java solutions. Note: even if the solutions mentioned above are more game frameworks than game engines. |
|||||
|