A downloadable game for Windows

Clutter Dungeon! Build the dungeon as you make your way through it to go deeper. Take turns moving your character and placing an object/enemy. 

Use WASD or arrow keys when it's your move. Press R to restart the level if you get stuck. Click an option on the bottom, then place it in an empty cell in the map to place an object.

All art, sounds, and code were made by me in 72 hours. Written in C using raylib.

StatusReleased
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorKodraan
GenrePuzzle
Made withraylib
TagsLudum Dare 42

Download

Download
DungeonClutter.zip 3 MB

Install instructions

Unzip the file and run the exe. You can add your own levels if you want, just name them in the format levelX.lvl (example level3.lvl) and they will be loaded after all previous levels.

The level format is like this:

width,height,startposX,startposY,mapdata

mapdata is a sequence of digits corresponding to cell types.

0 = space, 1 = empty floor, 2 = goal (ladder), 4 = key (opens all doors), 5 = door (blocks player until they get key)

may take a bit of experimenting to get the level format right, make sure you have enough size for your width * height.

Leave a comment

Log in with itch.io to leave a comment.