Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
A dungeon crawler game for Pebble
C C++ Objective-C Python
branch: master

This branch is 142 commits ahead of Torivon:master

[FIX] HealStamina

Wrong check and not healing correctly.
latest commit aec91bb109
@Belphemur authored

README.md

MiniDungeon EX

MiniDungeon is a small adventure game on your watch. The goal is to survive to the 20th floor of the dungeon and defeat the final monster there. In order to aid you with this task, you have a sword to deal physical damage to monsters. You will also find in the dungeon potions to heal yourself as well as offensive items to help take down the more powerful monsters. Made by Jonathan Panttaja

Optimized and modified by Antoine Aflalo

Description

MiniDungeon is a small adventure game on your watch. The goal is to survive to the 20th floor of the dungeon and defeat the final monster there. In order to aid you with this task, you have a sword to deal physical damage to monsters. You will also find in the dungeon potions to heal yourself as well as offensive items to help take down the more powerful monsters.

While the app is running, once per minute there is a random chance of an event happening. You can end up finding a useful item, finding the ladder to the next floor, or being attacked by a monster. The farther you go in the dungeon, the stronger the monsters become. As you defeat monsters, though, you will also gain in power.

If you wish to pause your adventure, simply use the select button to enter the main menu. There is also the ability to turn off the vibration alert through the options menu.

Adds in MiniDungeon EX

  1. When getting a next floor event, you have the choice to stay in the same floor.
  2. Minimum 2 differents monsters per floor.
  3. Better random in the event using a system of deck of card.
  4. Some performance tweak.
  5. Score calculated at the end of the game

EasyMode

The easy mode is an addon of the extended version of the game. When activated, the player can chose to climb or not to the next floor, the limit for increasing stats is disabled (usualy you can't increase your stat more than your level) and when you die you can choose to continue playing from where you where. Keep just in mind your death are counted and will be removed from your final score.

Something went wrong with that request. Please try again.