1234567891011121314151617181920 |
- <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><title>mmorpgtools</title><link rel="stylesheet" href="./asciidoctor.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="./coderay-asciidoctor.css"></head><body class="article toc2 toc-left"><div id="header"><h1>mmorpgtools</h1><div class="details"><span class="author" id="author"></span><br><span id="revnumber">version ,</span> <span id="revdate">2016/03/17 20:48</span></div><div id="toc" class="toc2"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/jme3/advanced/atom_framework/mmorpgtools.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/jme3/advanced/atom_framework/"><i class="fa fa-plus-square" aria-hidden="true"></i></a></div><div id="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#mmorpg-tools-introduction">MMORPG Tools Introduction</a><ul class="sectlevel2"><li><a href="#ideas">Ideas</a></li><li><a href="#buzz">Buzz</a></li><li><a href="#current-tool">Current Tool?</a></li><li><a href="#features">Features</a></li><li><a href="#techniques">Techniques</a></li></ul></li><li><a href="#architecture">Architecture</a></li><li><a href="#documentation">Documentation</a></li><li><a href="#use-case-example">Use case & Example</a></li></ul></div></div><div id="content"><div class="sect2"><h3 id="mmorpg-tools-introduction">MMORPG Tools Introduction</h3><div class="paragraph"><p>This is the introduction of Atoms framework’s MMORPG Tools.</p></div>
- <div class="sect2"><h3 id="ideas">Ideas</h3><div class="paragraph"><p>A lot of MMORPG game are published but how many in java you can count?</p></div>
- <div class="paragraph"><p>Do you feel so strange about it, even if we have the most powerful programming languages, techniques and toolset?</p></div>
- <div class="sect3"><h4 id="problems">Problems</h4><div class="paragraph"><p>Let’s talk a little bit about the problems:</p></div>
- <div class="olist arabic"><ol class="arabic"><li><p>Too much technical problems</p></li><li><p>Too much framework to use, which one is right?</p></li><li><p>Too much data to make</p></li><li><p>Too much people in teams, company involve the process</p></li><li><p>Too much time, competitors, requirements, money, efforts, …[over 9000 probs more!]</p></li></ol></div>
- <div class="paragraph"><p>More about the MMORPG dream for small team, even invidual <a href="../../../jme3/atomixtuts/mmorpg.html">mmorpg</a></p></div></div>
- <div class="sect3"><h4 id="solution">Solution?</h4><div class="paragraph"><p>Only one word (or 2): Open-source!</p></div>
- <div class="paragraph"><p>So in short, what I telling you is at least it provide you a framework and a rich toolset to build up your dream game and also a production enviroment to make MMORPG!</p></div>
- <div class="olist arabic"><ol class="arabic"><li><p>Stand in the shoulders of best open-source projects and also open-source spirit in its heart.</p></li><li><p>Also born form the most innovative ideas of game production and deployment.</p></li></ol></div></div></div>
- <div class="sect2"><h3 id="buzz">Buzz</h3><div class="paragraph"><p>It’s coming with:</p></div>
- <div class="olist arabic"><ol class="arabic"><li><p>Ease of use - even your grandma can do, less code, smart tools in every single step</p></li><li><p>Effiecient - increase your productivity at least 10x</p></li><li><p>Scale to massive! - distributed computing, multi node , graph base database, non block event messaging, social network … much more!</p></li><li><p>Trick of the trade! - Yeah, money making tricks…</p></li></ol></div></div>
- <div class="sect2"><h3 id="current-tool">Current Tool?</h3><div class="paragraph"><p>Read the full article in researches about the open-source and commercial tool for MMORPG we have currently (well, the most popular) <a href="../../../jme3/atomixtuts/mmorpg/researches/toolset.html">toolset</a></p></div></div>
- <div class="sect2"><h3 id="features">Features</h3></div>
- <div class="sect2"><h3 id="techniques">Techniques</h3><div class="admonitionblock warning"><table><tr><td class="icon"><i class="fa icon-warning" title="Warning"></i></td><td class="content"><div class="paragraph"><p>Warning: hundreds of open-source project. Nail it…</p></div></td></tr></table></div>
- <div class="admonitionblock important"><table><tr><td class="icon"><i class="fa icon-important" title="Important"></i></td><td class="content"><div class="paragraph"><p>Go to alternatives and researches if you want to go further than Atom!</p></div></td></tr></table></div></div></div>
- <div class="sect1"><h2 id="architecture">Architecture</h2><div class="sectionbody"></div></div>
- <div class="sect1"><h2 id="documentation">Documentation</h2><div class="sectionbody"></div></div>
- <div class="sect1"><h2 id="use-case-example">Use case & Example</h2><div class="sectionbody"><div class="paragraph"><p><a href="../../../jme3/atomixtuts/mmorpg.html">mmorpg</a></p></div></div></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2016-07-06 19:47:04 UTC</div></div></body></html>
|