A simple dungeon crawler made in Odin with RayLib
- WASD to move.
- Walk on Doors (Dark grey) to open them.
- Walk on Key (Yellow) to obtain.
- Walk on Locked Doors (Dark Brown) to open (if you have a key of course).
odin run src/main.odin -fileYou can edit the file asset/room1 to create your own level.
.is a floor tile.*is a wall tile.pis the player starting position.dis a door.Dis a locked door.kis a key.
Level must have a consistent width (each line must have the same length).