/Flourish-Blade

LibGDX 1.6.0 Top Down Game

Primary LanguageJavaMIT LicenseMIT

Flourish-Blade

Flourish Blade Screenshot

LibGDX 1.6.0 Top Down Game

Bare bones framework for a libgdx top down final fantasy-esque game. Intended to be run on mobile devices.

Current features include:

  • On screen controls
  • Dynamically generated box2d world based on tiled map objects
  • Persistent music/sound volume settings
  • Screen transitions between game worlds
  • Save game/Load game

TODO:

  • Battle screens
  • Menu screens

To run this project locally, simply

git clone https://github.com/awwong1/Flourish-Blade.git

Within Intellij IDEA, you can then import the project's build.gradle file. For more information, please refer to the libgdx documentation.