Skip to content

Release v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zygon4 zygon4 released this 22 Dec 04:00
· 20 commits to main since this release

Initial release of all available code. Includes a simple POC Vampire game "Blood"

  • Swing app using Zircon
  • Renders a HUD with minimap
  • Open world (using noise function)
  • Character sheet is inspired by D&D includes status/eq slots, inventory, equipment, spells and abilities
  • Simple melee combat
  • Action command pattern for common action reuse
  • Monster spawns which have aggression and hostile status (ie will attack you)
  • Location utilities includes path finding, neighbor finding
  • Field generation, propagation (ie the basis for spells)
  • JSON templates so more items/monsters can be added easily
  • Example vampire game (src/main/java/com/zygon/rl/game/example/BloodRLMain.java)