Skip to content

Dungeon editor program used to create dungeons to implement within labyrinth of Door To Life video game.

License

Notifications You must be signed in to change notification settings

adct-the-experimenter/DTL-Dungeon-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTL Dungeon Editor

This editor is designed for the open-source video game Door To Life.

To build the program

git clone https://github.com/adct-the-experimenter/DTL-Dungeon-Editor.git mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release

To create a dungeon or load one from file:

./DTL-Dungeon-Editor --file dungeon.xml

To create in the editor

Text Input Mode is the mode used to enter a text code for what the editor should add to the dungeon.

See codes implemented in the editor in TextCodeList.txt

Press the / key to switch between text input mode and game play mode.

Left-Click on any tile with mouse to place a tile, enemy, or item in the dungeon.

Move character around in the game with WASD keys or arrow keys.

About

Dungeon editor program used to create dungeons to implement within labyrinth of Door To Life video game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages