Releases: jpalladino84/Python-Roguelike-Framework
Releases · jpalladino84/Python-Roguelike-Framework
Version 2.0.0 Alpha
Complete re-write of the framework.
- Added ORM and Database layers for persistent data.
- ORM: Peewee
- Database: Sqlite
- Restructured project
- moved/renamed files
- added/removed directories
- various other tweaks
- Added
config.py
files to each modules to allow for configurability.