Devlogs
Devlog 0.1.0
This is the initial devlog, explaining what state the game is currently in.
Things that have been done since around May 14th
- Basic player movement
- Basic interaction system
- Complex inventory and item system. Items can be equipped into the player's hand, and some can be worn on the player as clothing for additional stats.
- Stat and skill system based on the tabletop RPG
- XML data loading and exporting (this game will be capable of mods, to a limited extent)
- Save/Load system
- Basic AI using finite state machines.