Releases: zygon4/CoreRL
Releases · zygon4/CoreRL
Release v0.0.1
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)