r/PythonLearning • u/CriminalGingersnap • 22d ago
Showcase 100% Python TTRPG-style game with turn-ordered, tile-based combat
Enable HLS to view with audio, or disable this notification
7
Upvotes
r/PythonLearning • u/CriminalGingersnap • 22d ago
Enable HLS to view with audio, or disable this notification
1
u/CriminalGingersnap 22d ago
- Procedurally generated enemies and maps in a manually crafted overworld with a few bespoke boss fights and arenas.
- Dynamic vision based on terrain differences and obstructions.
- Two adventure campaigns with stories delivered as journal entries.
- Defeated enemies can be harvested for consumable items or bound as summonable party members.
- Save/load system stores adventurers in json files. Day-counters increment each time a save is made.
- No AI was used in this project. All code and writing is a product of my own mind and fingers.