Skip to content

Saracevas/Simple-Dungeon-Crawler

Repository files navigation

Simple Dungeon Crawler Game

A tiny dungeon crawler that puts the player in a 5x5 grid to explore what's hiding in the rooms.

Features

• Modify the map by editing the rooms.txt;

• Fight or flee from monsters. Fleeing has a 50% of chance of succeeding (flees anywhere around the monster), if unsuccessful - player receives damage;

• Find loot. 50% change of finding gold or health;

• Step on traps to receive a random amount of damage;

• Save and load the current state of the game;

Screenshots

Known bugs

• After dying, loading no longer works.

• Menu sometimes freezes over the board until it's repainted again.

About

A tiny dungeon crawler game done in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages