Creating a Mobile HTML5 RPG Guidelines (original) (raw)

Creating a Mobile HTML5 RPG – Guidelines for Beginners

Here are some basic guidelines for creating a mobile HTML5 RPG game. Note: we are aiming to build a classic turn-based strategy RPG.

  1. The game world – there are lots of free-to-use tilesets online; find what’s best for you
  2. Main character – create custom objects for each game entity
  3. Monsters – same as the main character, add the sprite and git it some properties
  4. Fight scene – this event triggers when the character encounters a monster
    1. Actions – develop a fighting algorithm for character actions such as attacks
    2. Win conditions – usually, RPGs use zero life points for win/lose conditions
  5. Story – you need a compelling story to tie everything in place

Check out this LimeJS tutorial for Mobile HTML5 RPG to learn more.

Creating a Mobile HTML5 RPG Guidelines

classic game, game entities, guide

Games-4, HTML5 Game Dev Tutorials, HTML5-4, Mobile-1, Open-source-3