MagLuTiLa / Rooms-of-doom

Dungeon of emoji
0 stars 1 forks source link

Testing #6

Open MagLuTiLa opened 9 years ago

MagLuTiLa commented 9 years ago

Lots of testing, met iig de volgende eisen: (lazy, so copy pasting this)

  1. The following basic consistency properties should always be maintained: (a) The node-capacity rule is never breached. (b) The exit is always reachable from the player’s current node. (c) Dropping healing potions never breaks the HP-restriction rule.
  2. The score is calculated correctly, and the highscores list is correctly updated (at the end of the game).
  3. Orders (Hunt and Defend) are handled correctly: (a) Orders are indeed issued when situations that should trigger them occur. (b) If there is no situation that prevents a monster pack to finish its order (it didn’t eliminated along the way, it is not continously blocked by a full node), then it will reach its destination node, as specified by the order.
  4. When the player uses an item, the correct effect is fired. This includes the destruction of nodes, which the use of a Magic Scroll may trigger.
  5. Monster retreats is handled correctly (they retreat after losing 70% HP; except if they have orders, then they should never retreat).