Skip to content

Belphemur/MiniDungeon

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 145 commits ahead, 107 commits behind Torivon:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

#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.

Releases

No releases published

Packages

No packages published

Languages

  • C 94.0%
  • C++ 3.7%
  • Objective-C 1.2%
  • Python 1.1%