Skip to content

Bladecoder Adventure Engine v1.1.0

Compare
Choose a tag to compare
@bladecoder bladecoder released this 16 Dec 13:23
· 722 commits to master since this release

This release features Ink language support for creating interactive stories.

More information about Ink: http://www.inklestudios.com/ink/

An example of the use of Ink inside the Blade Engine is available in the test project 'adventure-test-ink' inside the test projects.

And here it is a video showing the Ink integration: https://www.youtube.com/watch?v=JD9z8eOMgyU

DOWNLOAD AND RUNNING THE EDITOR

Below you can download a .zip package with the Adventure Editor. In the bin folder there are scripts to run the editor in Windows, Linux and Mac. Java JDK 1.8 is required to run the Editor.

TEST PROJECTS

Several test projects can be downloaded from here.

Test projects can be used to learn about the Blade Engine features. For example, the venus project is a complete (short) game.

CHANGES

  • Ink support. (http://www.inklestudios.com/ink/)
  • Update libgdx version to 1.9.5.
  • Improve text styles in ui.json for TextManager.
  • Added 'target' parameter to TextAction.
  • Added tint/color animation support.
  • Added interpolation to camera animation.