Skip to content

VinnyAmbesek/infiniteDungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinite Dungeon is a game where you explore an endless maze. The maze is alive, and changes while you explore it.

Rules:

Experience

  • For each tile you explore you will receive exploration XP based on the floor level.
  • For each floor you clear you will get exploration XP as if you explored the floor twice.
  • For each trap you survive you will get survival XP as if you explored a quarter of the floor.

Achievements

  • Some actions will win achievements.
  • Achievements will give bonus experience.
  • Most achievements have levels, each level giving even more bonus experience.

Treasures

  • There are 7 kinds of treasure. Protection items and potions.
  • You will automatically use a potion when you have damage.
  • Protection items will help you against traps.

Traps

  • There are 6 kinds of traps. If you fall into a trap you take one point of damage.
  • Each 10 floors you cross the damage increases in 1.
  • For each protection item you have against the trap you decrease the damage in 1.
  • The chance of traps increases the further you go.

Combat

  • There are 3 kinds of weapons: sword (melee), bow (ranged) and wand (magic).
  • Each weapon is effective against a kind of enemy.
  • If your weapon skill is equal or greater than the enemy level, you beat it without receiving damage.
  • If your weapon skill is less than the enemy level you receive damage based on the difference.
  • Each 5 levels you fight a sub boss, a little stronger than the enemies of that level.
  • Each 10 levels you fight a boss, a lot stronger than the enemies of that level.

Death

  • When you HP goes under 1 you die.
  • When you die you can start a new dungeon.
  • All items are lost.
  • XP and upgrades are not lost.

Upgrades

  • You can trade XP for upgrades.
  • Starting upgrades: increase your initial items when you start a new game.
  • Pocket upgrades: increases the maximum number of items you can carry.
  • HP upgrade: increases you maximum HP.
  • Secret upgrades: only appear after a secret action is completed.
  • Weapon upgrades: increase your skill with the weapon.

Maze

  • The maze size increases each 10 levels.
  • Each floor multiple of 5 has a chance of reorganizing the floor while you are at it.
  • If that happens, all tiles go black, and the exit and entrance change position.
  • Some floors have locked stairs, find a lever to open them.