Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.22 KB

DungeonGenerator

A procedural dungeon generator implemented in Godot Engine

Olle Logdahl, 29 December 2019


DungeonGenerator is a dungeon generating tool created within Godot Engine using GDScript.

Installation / Getting Started

git clone https://github.com/ollelogdahl/DungeonGenerator.git



Controls

  • Space to generate a new dungeon
  • Arrow keys to manually move camera
  • ~, § or \ to open console
    • /save [path] saves current dungeon
    • /load [path] loads saved dungeon

Notes

  • Files are saved under user://

Links

Licensing

This project, and all code it contains, is licensed under The Unlicense and can be read here.