Love2d Dungeon Gen (tech demo)
A downloadable game for Windows
- probably 64bit version
- game state and temp files are at (AppData user folder)\Roaming\DungeonDemo\
- while running, you can see room/map files in python code (somewhat json) format
- after quitting the game it clears map folder, archiving it into save.jz file
- rooms are loaded from those temp map files (and generated as those), loading the room you are in and all neighbouring rooms
Controls
- arrows - movement
- esc - save and quit
- space - show debug view (main loaded file & no visibility filtered)
- left shift + N - full restart (remove map files & generate new dungeon)
- T - see current room w/o neighbours rooms
- F - allow to walk 1 next step ignoring walls
- Z - show dialogue window (arrows - select/scroll, space - make selection)
- Y, U - calc stats: change level by -1 or +1 (press left shift for x10)
- P - calc stats: player/monster mode
- M - calc stats: add +80 to MAG stat (up to +800)
Custom map
to make a custom starting map, delete save.jz and create your edited basemap.py into game's roaming folder
Status | Prototype |
Platforms | Windows |
Author | thesunlike |
Tags | Dungeon Crawler, Procedural Generation, Prototype |
Download
Download
love2d-dungeon-gen-tech-demo-win-64.zip 4.3 MB
Version 7 Sep 14, 2023
Development log
- Combat systemSep 12, 2023
- ChangelogSep 08, 2023
Leave a comment
Log in with itch.io to leave a comment.