Skip to content
Rafael Garcia edited this page Mar 23, 2019 · 29 revisions

The Adventure Blade Engine is a Framework to create adventure games. The Adventure Game Engine is composed by the Adventure Editor and the Blade Engine (runtime).

Game From Scratch has a review showing all the editor features here: http://www.gamefromscratch.com/post/2015/11/30/A-Closer-Look-At-The-Bladecoder-Adventure-Engine.aspx

A forum has been created to share ideas and question with the community: https://groups.google.com/forum/#!forum/bladecoder-adventure-engine

Video Tutorials

Tutorials

The Adventure Editor

The Aventure Editor is a full featured editor to create adventure games. You can create games that runs in Desktop (Windows, Linux, MacOS), Android and IOS with minimal effort.

The Adventure Composer will create a game based in the LibGdx framework.

The Blade Engine

The Blade Engine is the engine that runs the adventure game.

Table of Contents

Adventure Editor

  • The Adventure
    • Project structure
    • Working with assets
    • Multiple resolutions
  • Chapters
  • Scenes
    • Actor layers
    • Walk Zones and obstacles
    • Scene music
  • Actors
    • Background Actors
    • Sprite Actors
    • Character Actors
    • Obstacle Actors
    • Anchor Actors
  • Animations
    • Image renderer
    • Atlas renderer
    • Spine renderer
    • 3D renderer
    • Stand, Walking and Speak animations
  • Dialogs
  • Verbs and Actions
    • Control actions
  • Sounds

Blade Engine

Clone this wiki locally