
The depths of Jam dungeon
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
My Second Ludum Dare Entry
The theme "Depths" made me think of an infinite dungeon crawler. I started with that concept in mind, but limited the game to just two levels to keep the playtime short—since I know you'll be playing and giving feedback on many other entries!
Premise
Delve as deep as you can. Defeat the mobs to earn the key that unlocks the next floor.How to Play
- WASD — Move around- Left Click — Attack in the direction of your cursor
- 1 — Use Health Potion (also clickable)
- 2 — Use Stamina Jam (also clickable)
How to Install
Windows
- Extract the downloaded folder.- Run the game by double-clicking the executable.
Linux
1. Download and extract the game.2. Open a terminal in the game folder.
3. Make the game executable:
```bash
chmod +x JamDungeon.x86_64
```
4. Run the game:
```bash
./JamDungeon.x86_64
```
Tools Used
- Krita- Blender
- Paint.NET
- Godot
Personal Notes
This is the second game I’ve made, and it went much smoother thanks to some experience—from better planning to achieving results more quickly. I also learned to limit the number of features to avoid overwhelming myself.
I’m really proud of what I created, and I had a lot of fun making it.
It’ll be exciting to see what *future me* will be able to achieve!