Skip to content

Self-Contained Python Procedural Generation "Dungeon Crawl" Demo

License

Notifications You must be signed in to change notification settings

diemastermonkey/doors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doors

A clever self-contained Python3 procedural generation "dungeon crawl" demo. Generates game state on-the-fly, stores player state inside itself. User commands are kept as "inline metadata". Seemingly persistent enemies, locations, and keys are all procedurally generated. Combat, event schedules, and items are in the works.

Use

Intended to be called once per command, so I can later hook it up to a remote channel (chat room, etc).

Example run

https://github.com/diemastermonkey/doors/blob/master/example_run.txt

About

Self-Contained Python Procedural Generation "Dungeon Crawl" Demo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published