Difference between revisions of "Fortune Hunter/Game"

From Sugar Labs
Jump to navigation Jump to search
(Moving content to sub pages)
Line 2: Line 2:
  
 
{{TOCright}}
 
{{TOCright}}
 
 
= Game Mechanics =
 
 
 
== Controls / Input (default) ==
 
 
:Setup the XO monitor so it is raised and rotated 180* and fold it back down into the XO. Players will then utilize the directional pad and four buttons located on either side of the monitor for game input. This configuration is known as GB mode. The directional pad on the left of the monitor is used for movement and to change the cursor position when player input is necessary. Left and right will rotate the player’s orientation, while up will move the player in the faced direction. To the right of the monitor, http://people.rit.edu/jam2707/xodev/buttons/buttonV.gif acts as a select tool in menus. While traveling around, http://people.rit.edu/jam2707/xodev/buttons/buttonV.gif is used to activate the amulet and reveal hidden items within a room. http://people.rit.edu/jam2707/xodev/buttons/buttonO.gif, http://people.rit.edu/jam2707/xodev/buttons/buttonL.gif, and http://people.rit.edu/jam2707/xodev/buttons/buttonX.gif vary depending on the activity / situation at hand and will be defined during. While traveling around, http://people.rit.edu/jam2707/xodev/buttons/buttonL.gif will show a macro map, http://people.rit.edu/jam2707/xodev/buttons/buttonX.gif will explain details of the current room, and http://people.rit.edu/jam2707/xodev/buttons/buttonO.gif will bring up the game’s menu.
 
 
 
== Controls / Input (optional) ==
 
 
:Setup the XO monitor so it is open, with the keyboard to its front. Players will then utilize the keyboard and touchpad for game input. This configuration is known as PC mode. The touchpad, up, right, down, left keys, and W, A, S, D keys are used for movement. Players can point and click on on-screen elements to interact using the touchpad or simply move using the abovementioned keys. The keyboard is used when player input is necessary. The enter / return key acts as a select tool. Other keyboard functions will vary depending on the activity / situation at hand and will be defined during.
 
 
 
== Menu Systems ==
 
 
:This game is primarily menu driven. As such there are many different available options.
 
 
 
=== Main Menu ===
 
 
:The purpose of the main menu is to allow the player to begin or exit the game as well as change or alter options and game play settings, and view an in-game tutorial. The tutorial consists of material to be covered before playing the game and provides a shortened walkthrough of basic game mechanics.
 
 
:The new game option starts a new game from the first level.
 
 
:The continue option directs the player to the continue menu (see below). The player will be able to view their class stats from here so they may see how well their classmates are doing in the game, as well as their current game progress.
 
 
:The options menu will allow the player to change various game options.
 
 
:The close game option will exit the activity on the XO, returning the user to their home screen.
 
 
:Finally, the credits option will roll the credits for the game.
 
 
 
=== Pause ===
 
 
:The purpose of the pause menu is to allow the player to halt game play and save and/or exit the game.
 
 
:The save option saves the game’s current progress and continues game play.
 
 
:The save and quit option saves the game’s current progress and exits the game.
 
 
:The quit without save option exits the game without saving the game’s progress.
 
 
 
=== Continue ===
 
 
:The purpose of the continue menu is to allow the player to choose whether or not they wish to restart from where they left off last time or begin a previously completed dungeon over again.
 
 
:The continue option begins a game from the most recent continue point.
 
 
:The level select option begins a game from the beginning of the selected level.
 
 
:The quit to title screen option will return the player to the game’s main title menu.
 
 
 
=== Character Select ===
 
 
:The character select screen is accessed any time a game is initiated. It allows the current player to choose between Arith or Lytic as the playable character. If a second player wishes to join a friend, they will assume control of the player not in use. The screen is split in two with an image representation of each character and their name. The player can then highlight and select the chosen character.
 
 
 
=== Game Over ===
 
 
:The game over screen will merely inform the player that their game has ended, should they choose to quit after being asked whether or not to continue.
 
 
 
=== Stats / Inventory ===
 
 
:The purpose of the stats / inventory menu is to view the player’s current game statistics. This includes items such as money, items equipped, inventory, health points, or any other stat tied to the character.
 
 
:The player may browse the inventory in order to use or equip items, armor, and weapons.
 
 
 
=== Combat Menu ===
 
 
:The combat menu gives the player many options when in a battle. It is subdivided further into smaller combat menus.
 
 
:The main battle menu appears when the battle begins. From this menu, the player can choose to perform an attack, use an equipped item, or flee the battle. Choosing the basic attack option will launch a simple attack on the enemy. If the player gets a critical hit, they will be taken to the critical hit screen. The special attack option will launch a division based attack against the enemy. The magic attack will launch a geometry based attack. Choosing the use item option will take the player to the list of available items to choose from and use. Finally, the flee battle option will give the player a chance to flee the battle.
 
 
:The critical hit screen also has some components to it. This screen is where a player is brought when they have a chance to get a critical hit. They are given a basic math problem (add, subtract, divide, multiply) and must solve it to gain additional damage to their attack. From this screen, an on-screen number pad will be available. Using this pad for input, players can input and submit their answer.
 
 
:The use item screen will have all available items in battle listed so the player can choose which item to use. Afterwards and depending on the type of item, it will be removed from this list or faded out as items may only be used once per battle.
 
 
:The special attack screen will have a selectable list of five fractions on screen. The player will then choose one and it will be replaced with another. Adding fractions with the chosen choices will result in the right or wrong answer. There will also be an undo option to backtrack the last few selections. There will also be a goal display. This has the target number or fraction the player is trying to reach and displays the chosen answers chronologically.
 
 
:The magic attack screen will pose a geometry based problem utilizing geometry transformations with shapes as answer input. There will be a display with a graph for input use and a shapes pad with selectable shapes on it in addition to transformation buttons, such as move right, to transform the shape on the graph. The finish button can be selected once the player is happy with their answer and decides on being done.
 
 
 
=== Shop Menu ===
 
 
:The shop menu is comprised of a couple smaller menus. This is the menu the player will see while being in the shop. There is a buy menu, sell menu, and an exit option. If buy is chosen, a list of available purchases will be presented and the player can choose an item to add to their inventory in exchange for a fee (in-game currency).
 
 
 
:If sell is chosen, a list of available sales (the player’s inventory) will be shown and the player can choose items to get rid of in exchange for money. Selecting the exit option will close out the shop and return the player to what they were previously doing.
 
 
 
==  Player Perspective ==
 
 
:The game follows a traditional first person perspective in a two dimensional world. Graphics have limited animation, thus each scene is a 'still' screen. The player will be able to see the protagonists arm as well as the room and enemies that are currently present.
 
 
 
== Traveling System ==
 
 
:While in a room, players can change the direction they are facing (orientation) and choose the direction in which to travel. Players can move freely from room to room provided there are no locked doors along the way. These will require keys to be obtained first before traveling through them.
 
 
 
== Combat System ==
 
 
:coming...
 
 
 
== Environment Interaction ==
 
 
 
=== Cutscenes ===
 
 
:coming...
 
 
 
=== FMC (Full Motion Comic) ===
 
 
:coming...
 
 
 
=== Amulet Search ===
 
 
:In each room, the player can call open a dialogue box that explains the room in detail and any unusual elements. This allows them to further investigate areas of a room or gives them clues about what to do next. A dialogue box will also interrupt game play if something important is about to happen, furthering the story line or pointing the player in a specific direction.
 
 
 
=== Combat ===
 
 
:Upon entering a room, there is a chance that enemies reside there. If enemies do exist, the player will be forced into a skirmish in which they will have to answer and solve questions and problems in order to deal damage. Enemies will attack the player and diminish their HP, and when their HP reaches zero, the player’s game is over. There are many types of enemies found within the various dungeons and it is up to the player to figure out how to defeat each one.
 
 
 
=== Items ===
 
 
:In addition to the shop, items can be collected by being found among the rooms. Players can search an object and potentially find something hidden within. Enemies may also drop items after a battle is won. There are also key (important) items that are required to progress in the story, such as a room key being needed to continue through a locked door.
 
 
 
=== Puzzles ===
 
 
:coming...
 
 
 
=== Shop ===
 
 
:The player can access the shop any time not in battle during the game by pressing the O (circle) button. Once in the shop, the player can select an item by using the directional pad or by clicking on it. They will then be able to select a quantity in the same fashion. However, it is up to the player to input how much they are willing to pay for items and up to the player whether or not to accept deals on the merchant’s end. The idea behind this is to simulate real world scenarios. The merchant will occasionally intend to provide the player a bad deal as well.
 
 
 
== Inventory ==
 
 
:The player’s inventory is the place where they can store and view all of their collected items, armor pieces, or weapons. From the inventory screen players can equip or use items, weapons, and armors.
 
 
 
=== Equipping / Using Items ===
 
 
:It’s no secret that a well used item will keep the game going and the player performs all item actions in the inventory. While not engaged in a battle, the player may use as many items as desired. Simply highlight the desired item from the inventory list and select use from the menu. The player does not have full access to the inventory while in battle, however. In order to use an item while in combat, the player must have equipped it prior to the battle. This is done by, again, highlighting the item and selecting equip from the menu. Equipped items are available via the battle menu while in combat. Using an item in either scenario will cause the affects of the item to activate followed by the item being deleted or removed from the list. Certain items may be allowed to be used in combat without being depleted, but may only be utilized once per battle.
 
 
 
=== Equipping a Weapon / Armor / Accessory ===
 
 
:Similarly to equipping items, weapon, armor, and accessories must also be equipped in order to take advantage of the effects they grant to the player. To equip a weapon, armor, or accessory the player must first enter the inventory screen, highlight the item of choice, and select equip from the menu. Only one weapon, one armor piece, and one accessory may be equipped at any given time and they differ in effects so it is wise to switch them around as needed. While in combat, the effects of the weapons, armor, or accessory will be given to the player automatically. They will remain equipped until the player equips different equipment in their place or highlights the weapon, armor, or accessory from the equipment screen and selects unequip from the menu, sending the equipment back into the inventory list.
 
 
 
== HUD - Heads Up Display ==
 
 
'''''Conceptual First Person Perspective Model'''''
 
 
http://people.rit.edu/jam2707/xodev/screens/Screen2.jpg
 
 
 
:The heads up display in this game consist of few, simple elements. While in the world travelling from room to room, the player will have a travel indicator. This is a mini map on the lower left screen showing the players current location and orientation as well as rooms that were previously visited. The player also has the ability to view a larger scaled visual of this map so they may see a larger area of play. The player is represented by an arrowhead within the room and the door in which they came from has a light blue rectangular marker. Also, while travelling, the player has a vitality indicator. This shows the player’s current health status as either danger (red), fine (yellow), or good (green). This lets the player know what shape they are in just in case of another enemy encounter. Finally, there is a text feed of the area on the bottom of the screen, telling the player of any abnormalities or hinting them in the right direction for any given room.
 
 
:While in a battle the heads up display differs. There is a more detailed vitality bar, showing the exact health of the player as well as the color indicators. There is also a battle indicator, which shows the battle timer while answering / solving a problem. The less this gauge depletes the more damage the player may deal to the enemy. It will begin to diminish as soon as the problem is presented to the player. When it fully empties, the player is out of the allotted time for inputting an answer and will take a hit from the enemy. The same will happen if the player inputs an incorrect solution. There will be text feed for the enemies as well, letting the player know information about them and possibly hints for defeating them.
 
 
 
== Solving Puzzles ==
 
 
:In addition to the questions that must be completed in order to defeat enemies, there will also be an assortment of puzzles spread throughout a dungeon. These puzzles will be utilized in order to gain access to keys for passing through locked doors or even the solution of the puzzle itself will be the method for unlocking the door. Solving some will be optional while others will be required to progress.
 
 
 
== Combat ==
 
 
:When the player moves into a room containing enemies a battle will start. The battle will be carried out by means of "clashes."  Each clash represents a possible attack or action and will be shown as a math problem that the player will have to solve. The player will enter the answer in PC Mode by clicking on the text field at the bottom of the screen and entering the numerical answer using the number keys on the keyboard. In GB Mode, there will be a number pad on-screen and the player will be able to highlight a number or symbol with the directional pad and select by pressing the check button on the right side of the monitor.
 
 
 
= Game Elements =
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockedchar.gif Main Characters ==
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedchar.gif Arith ===
 
 
:Arith is the protagonist of the game. Her name comes from the root of the word arithmetic. She is curious by nature and a natural explorer. Her best friend and colleague, Lytic, also accompanies her on her journey. Together, they seek to find fortune and glory and put Feren out of commission.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedchar.gif Lytic ===
 
 
:Lytic is Arith’s best friend and partner. His name is derived from the word analytic. He is very adventuresome, however more cautious than his female counterpart. Feren causes plenty of trouble for these two during their journey and Lytic will stop at nothing to ensure he and Arith both make it out unscathed and richer.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedchar.gif Feren ===
 
 
:Feren is the antagonist of the game. Little is known about Feren, including age and gender. Feren’s name is derived from the word differential. It is believed that Feren may know Arith or Lytic, as Feren seems to recall personal information regarding their pasts. Feren aims to stop the two from discovering the fabled treasure and hoarding it. Dark natured, Feren is a very dangerous and devious foe. There is lots to learn about this mysterious, shady character.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedchar.gif Merchant ===
 
 
:The merchant has no allegiance to anyone. The only thing he cares about is increasing the weight of his pockets. He enjoys bumping in to weary travelers and jumps and the opportunity to make a beneficial sale. He loves to cheat people who are off their game and will take advantage of many situations. Although he is a sneak, he is very handy for the protagonists, providing them with items, weapons, armor, and advice during their journey… for a substantial fee, of course!
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Enemies (Bestiary) ==
 
 
:Standard enemies are commonly found throughout the game and vary in difficulty.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Bonesprout ===
 
 
:It is unknown whether bonesprouts are animals or plants, as they grow from the ground and have the appearance of human skeletons. They cannot stand on those feet of theirs, but their body is fully functional and powerful. Bonesprouts also have a hardened exterior, making it difficult to inflict much damage.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Boom Shroom ===
 
 
:They may look like harmless fungi but boom shrooms can attack at a distance, firing a cloud of fast-flying spores into their target. Once enough spores make contact, it’s only a matter of time before paralysis sets in and they move in for the kill. They are also noted for their disgruntled representation of a human face.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Cave Yeti ===
 
 
:Ranging in size from that of a chicken to a bear, cave yetis have a lot of potential for power. Smaller ones aren’t as dangerous, but the larger ones are. When threatened, these yetis stand on their hind quarters to appear larger and use their very long and heavy claws for hammering opponents. It is said that the original abominable snow yeti was just one of these creatures defending a nest. It scared the unknowing traveler senseless.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Cave Yeti (Juvenile) ===
 
 
:Same in appearance as the normal cave yetis, these yetis are much larger and a whole lot more dangerous! As intimidating as their size is, they have still not reached adulthood yet.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Dark Knight ===
 
 
:Ancient protectors of the dungeons, knights were once heralded as champions of the lands. Dark knights are spawned of every fallen knight who met an untimely end. They seek to destroy everything in their path.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Dire Wolf ===
 
 
:An ancient and extinct wolf species with a ravenous appetite. Remember wolves always travel in packs.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Dire Wolf Lord ===
 
 
:The alpha of the dire wolves. More vicious than the dire wolves, this wolf is stronger and faster.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Dragon Slug ===
 
 
:Gorgeous to look at, yes, but very dangerous to unsuspecting travelers. They aren’t terribly strong, but don’t let their size fool you. They pack quite a bit of energy in every bite and sting and should be handled with extreme caution.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Flame Elemental ===
 
 
:Born from the flames of scorched earth, these elementals are defenders of the world. Wherever they go, the temperature will rise by hundreds of degrees. Be warned, they have the ability to ignite almost everything.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Frost Giant ===
 
 
:Cold by nature, these giants are very dangerous. They can use the power of ice to slow their enemies, making it easier for them to crush them.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/goblin.gif Goblin ===
 
 
:Goblins are very old inhabitants of this dungeon. They are from the ancient world and survive in secret away from the prying eyes of the world. They have evolved slightly in intelligence as they are usually depicted, but are still ruthless and primitive. They are strong in numbers, but are normally weak creatures of habit.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Necromancer ===
 
 
:These dark mages have the ability to call forth the dead to do their bidding. They are quite a sight, but keep in mind their real power lies within their minions. Defeat them as quickly as possible to stop the endless onslaught of undead they summon.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/orc.gif Orc ===
 
 
:Orcs have existed for a very long time. They live with the goblins of this dungeon and their primary asset is brute strength. They lack in intelligence and are easily tricked or deceived.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Roseweaver ===
 
 
:These feisty, intelligent creatures trick their enemies by luring them with a beautiful rose-like flower sprouting from their side. Primarily targeting smaller creatures, they will not stop at the chance of larger prey. Once the roseweaver’s target is close enough, they ensnare them with razor sharp thorns mounted on strong, thick vines, constricting the life out of their prisoner.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Sacateran ===
 
 
:These enormous insects generally travel in swarms, however it isn’t uncommon to come across one straggler in combat. They are excellent at picking away at their prey’s health as they are parasitic in nature. Their real strength lies in their adulthood when they mature into Sacatetras.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Stone Golem ===
 
 
:Extremely large in size, they appear to be made of unique stones with engraved symbols on them. They are very strong and have a high defense as well. Their weakness lies in their speed and agility.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Undead Insurgent ===
 
 
:These rogues are simply skeletons with armor, making them harder to defeat. They have a wider range of attacks than most enemies, making them unpredictable. Be on your guard in all fronts when facing undead insurgents. They used to work for the undead scourge, but have since fled and survive on their own.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Volcanaboar ===
 
 
:They appear harmless and are usually passive, but do not like unknown foreign invaders into their habitat. They will defend their homes in numbers, though they are generally on the weaker side.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Wake Angel ===
 
 
:These invisible enemies are masses of free forming energy that slightly resemble human shapes. They exist riding the wake of balanced energy that flows throughout all life and become enraged when this balance of energy is upset, taking more physical manifestations. In this state, they can be quite dangerous.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Wind Elemental ===
 
 
:The essence of wind, they are very strong. Wind elementals resemble tornadoes and can cause enormous pressure changes in nearby areas. They have a temper to match their erratic behavior.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/wizard(adept).gif Wizard (Adept) ===
 
 
:The order of wizardry consisted of masters of magic and the elements, allowing them to communicate with their surroundings and cast magical based attacks. They are skilled at their craft and extremely knowledgeable. These wizards, however, have been cut off from the growing world for far too long and have lost touch with the foundation for their order, causing them to lash out at whatever creatures they encounter. They conjure up their own food for survival while stuck in this dungeon for all eternity.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedbeast.gif Wizard (Master) ===
 
 
:Wizard masters are even strong than adepts with more powerful attacks and boast defensive magic as well. They are distinguished by their colorful, new robes.
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Boss Enemies ==
 
 
:Boss enemies are usually very rare encounters in the game and offer larger rewards for defeating them. However, they are much tougher and more difficult in discovering and exploiting their weaknesses. Their mathematical principals serve as a unit overview.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Beast King ===
 
 
:The king of all beasts found within the dungeon. It has the ability to summon lesser beasts to attack with it. The beast king is exceedingly strong and has lightning fast reflexes. It only shows itself when it absolutely must accomplish tasks itself, when minions simply will not do.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Bitter Biter ===
 
 
:A large creature with an angry personality. It is extremely powerful offensively. Try not to give it a chance to attack and keep an eye on those horns and teeth.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Cave Yeti (Adult) ===
 
 
:These fully matured cave yetis are extremely powerful and massive in size. Approach them with the utmost caution. They also have the tendency to lure cave yetis from a nearby distance to reconcile and intrusions into their habitat.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Celestial Dragon ===
 
 
:As beautiful as this creature is, it is still a danger to travelers. This dragon holds power over the cosmos, protecting both time and space on the planet. It will only fight in self defense. It cannot be killed, but it is said defeating a celestial dragon in battle will yield an unimaginable reward that would protect anyone that happened survive the encounter. It also may grant the victor a small touch of its magical power.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Feren ===
 
 
:Feren is a seemingly old foe of Arith and Lytic, having knowledge of their lives. Feren is very mysterious and dark and works to oppose the two adventurers and stops at nothing to make things difficult for them, even if that means many battles first-hand. What’s he hiding?
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Feren (Akhalite) ===
 
 
:At last Feren reveals his true identity! He is truly fearsome. Absolute master of both magical and physical attacks, he deals massive blows to those who oppose him. Fed up with the events of story, he is ready to fight to the death. Good thing our heroes are also ready to end this, once and for all! It will take a true master of mathematics to defeat this king of destruction.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Great Skua ===
 
 
:A gigantic skua with an extra bad temper. Watch out you don't take a 'beaking' from this bird! It is rather fast and difficult to fight.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Ice Golem ===
 
 
:This ice behemoth is treacherous, freezing everything in its path and fighting with relentless ice attacks. It is made of solid, thick ice, causing most physical attacks to be virtually useless. As you can imagine, this will be one very cold fight.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Root Golem ===
 
 
:Another behemoth, this time comprised of the earth. This golem is made entirely out of roots. It is generally passive by nature, but something’s not right in this dungeon. The root golem will ensnare any that seek to pass through its grotto. It can also sap the life from enemies, regenerating its own health over time.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Sacatetra ===
 
 
:Only one queen to the sacaterans may be active at one time. Should multiple queens emerge, they must fight to the death. It is only the victor that can reap the benefits of ruling the sacaterans. Being a queen, sacatetra has the ability to summon minions to fight alongside her. She has many insect-oriented attacks that will leave her enemies weak and vulnerable. Her giant rock arms are heavy, sharp, piercing blades. As with all sacaterans though, the heaviness of her leaf wings make it impossible for them to be efficient fliers or make it very long distances without walking.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Serratula ===
 
 
:Serratula is a giant spider mutant. Her many eyes gives her the ability to foresee attacks and her many legs makes her powerful and fast. She is very dangerous and will fight with every ounce of energy once she has a fresh meal in her sights. Maybe it’s best to try and avoid her lair altogether.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedboss.gif Undead Scourge ===
 
 
:The scourge is nothing short of a small, precision army of undead. Once protectors of this realm, they were outlawed for reasons unknown and desire to take revenge on all living things that they encounter. Led by a royal undead, the most dangerous type, they all fight together simultaneously to make living difficult for their enemies.
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockedweap.gif Weapons ==
 
 
:Weapons are found or purchased in the game. They are solely responsible for improving the player’s attack power.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedweap.gif Rusted Blade ===
 
 
:A rusty, very old blade. Adds +5 attack power.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedweap.gif Great Sword ===
 
 
:A large, two handed sword with lots of power. Adds +15 attack power.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/falcatta.gif Falcatta ===
 
 
:An ancient sword used by warriors. Adds +20 attack power.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedweap.gif Crescent Sword ===
 
 
:A strong and fast sword with a curved blade. +25 attack power.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedweap.gif Cardinal ===
 
 
:A very well built blade that is both quick and extremely powerful. It also provides a small amount of defense. +35 attack power. +5 defense.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedweap.gif Sun & Moon Blades ===
 
 
:The shape of these blades resembles something familiar. They are of unknown original and have massive strength and good defensive capabilities. +50 attack power. +15 defense.
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockedarm.gif Armor ==
 
 
:Armor is found or purchased in the game. It is solely responsible for improving the player’s defensive capabilities.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedarm.gif Earth Vest ===
 
 
:A ratty old vest made of natural materials. +5 defense.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedarm.gif Wind Breaker ===
 
 
:Thick armor made from durable material. +15 defense.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedarm.gif Flame Leggings ===
 
 
:Strong, durable leggings imbued with the essence of fire. +25 defense.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedarm.gif Dark Cowl ===
 
 
:A dark, gloomy cowl. It appears to have some sort of power. +35 defense. +5 HP.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedarm.gif Celestial Armor ===
 
 
:An incredibly strong armor set made from the essence of the stars. +50 defense. +20 HP. +5 BT.
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockedaccs.gif Accessories ==
 
 
:Accessories are found or purchased in the game. They generally add additional or unusual affects to help the player and are more rare than weapons or armor.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedaccs.gif Jewel Shard ===
 
 
:A broken jewel piece with unnatural powers. +10 special attack.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedaccs.gif Broken Hourglass ===
 
 
:A cracked hourglass. Time itself seems to have been altered. +10 BT.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedaccs.gif Radiant Vial ===
 
 
:An empty, shimmering vial with unnatural healing powers. +20 HP.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedaccs.gif Tome of Honor ===
 
 
:A large book filled with useful fighting knowledge. It is said that it grants the user better offense in battle. +20% attack power.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedaccs.gif Tome of Valor ===
 
 
:A large book filled with useful fighting knowledge. It is said that it grants the user better defense in battle. +20% defense.
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Items ==
 
 
:Items are objects found in the game that grant the user a one-time effect such as regaining lost health points. They are generally consumed after use.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Remedy ===
 
 
:A remedy is used to regain lost health points. They are fairly common on your quest. Restores 5% max health points. Buy for 20*. Sell for 2*. Max carried 20 remedies.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Elixir ===
 
 
:An elixir is used to regain lost health points. They refill more health points than a remedy and are less common on your quest. Restores 15% max health points. Buy for 60*. Sell for 10*. Max carried 20 elixirs.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif High Elixir ===
 
 
:A high elixir is used to regain lost health points. They refill more health points than an elixir and are rare on your quest. Restores 40% max health points. Buy for 100*. Sell for 20*. Max carried 20 high elixirs.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Panacea ===
 
 
:An panacea is used to regain lost health points. They refill more health points than a high elixir and are very rare on your quest. Restores 80% max health points. Buy for 150*. Sell for 50*. Max carried 20 panaceas.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Nostrum ===
 
 
:They said the merchant was crazy, but look at what he’s concocted now! A nostrum is used to regain lost health points after being defeated. It is automatically used on those who are about to give up their ambitions. Extremely rare to find on your quest. Restores 50% max health points when health points reach 0. Auto-use. Buy for 250*. Sell for 100*. Max carried 5 nostrums.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Ruby ===
 
 
:A large, beautiful ruby… Sells for 500*. Also grants the barer a magic flame attack.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Sapphire ===
 
 
:A large, deep sapphire… Sells for 500*. Also grants the barer a magic water attack.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Emerald ===
 
 
:A large, radiant emerald… Sells for 500*. Also grants the barer a magic earth attack.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockeditem.gif Diamond ===
 
 
:A large, shimmering diamond… Sells for 500*. Also grants the barer a magic ice attack.
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockedkey.gif Key Items ==
 
 
:Key Items are items that are found in the game that will not be removed from the inventory after use. These items are important and usually involved in the main story line and necessary for game completion.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedkey.gif Ancient Amulet ===
 
 
:This is the very same amulet Arith stumbled across during her initial dig at the start of her journey. It possesses untold energy and makes for a great reading light, as it has the ability to uncover hidden secret texts if shone on the right surface.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedkey.gif Room Key ===
 
 
:A room key is important for passing through locked doors. They are hidden and scattered throughout the dungeons and must be found in order to progress to locked or hidden areas.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedkey.gif Dungeon Key ===
 
 
:A dungeon key is important for exiting a dungeon. They are hidden in each dungeon and must be found in order to progress to the next level. They are usually guarded by tougher enemies.
 
 
 
== http://people.rit.edu/jam2707/xodev/thumbs/lockedakh.gif Currency ==
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/akhal.png Akhal ===
 
 
:Akhal are the in-game currency units. They most closely resemble golden coins with engravings of a horse and unknown language in them. They are named for a special breed of horse, known as the 'golden horse'.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedakh.gif Akhal (small) ===
 
 
:Akhal (small) is worth one akhal. They are found everywhere on your journey. +1 *.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedakh.gif Akhal (large) ===
 
 
:Akhal (large) is worth ten akhal. They are found everywhere on your journey. +10 *.
 
 
 
=== http://people.rit.edu/jam2707/xodev/thumbs/lockedakh.gif Akhal (chest) ===
 
 
:Akhal (chest) is worth one hundred akhal. They are uncommon on your journey. +100 *.
 
 
  
 
= LAN Cooperative Play =
 
= LAN Cooperative Play =

Revision as of 00:35, 15 January 2010

Home | Developer's Corner | Game Mechanics | Game Elements | Game Features | Fortune Maker™ | Dungeon Guide | Education | Media

LAN Cooperative Play

Tired of exploring alone? Share the Fortune Hunter activity running on your XO with a friend and let them take control of your legendary partner, Lytic. Together, players can explore the dungeons and face challenging foes, doubling the odds for survival. Players may also help each other out and work together to solve problems and find the hidden treasures. Two is better than one.
This feature is coming at some point in the future and as such, details are currently unavailable. More information will be presented when development is further along.


Region Based Game Progression

coming...


Explorer's League - Networking Around the World

The Explorer’s League is a term referring to the online network database for Fortune Hunter. Players can connect online to see how other classrooms and schools are progressing in Fortune Hunter and may also talk about the game with people from all over the world! The more we share, the more fun we have.
This is a future development goal and is not currently implemented. More information and details will become available upon progression of this feature.


XOME - Avatar Customization Feature

XOME (pronounced as English ‘home’) is an avatar customization feature that lets the player have a customized avatar to represent them in the game. The avatar is comprised of the XO logo symbol, but can be dressed up with various costumes and paraphernalia to add a personal touch to the player’s persona. These avatars will also be shown online in the Explorer’s League as well as be visible to friends when playing together.
It is planned that there will be a light version of this feature so that it does not expand the game’s physical memory size too drastically. The light version will have fewer choices of customizable parts and the heavier version of this feature is always an option, providing there is enough room on the hard disk drive where the game directory is installed to.
More information and details will become available when this feature is in production.


Fortune Maker (Custom User Game Creation Feature)

Fortune Maker is a separate xo activity and will give teachers and students the ability to create and manipulate their own version of the game, choosing such things as level layout, problem enemy types, and game difficulty. There is an easy to use graphical interface creation tool that works hand in hand with the game to inspire creativity in all users up for the task.


Visit our Fortune Maker page to learn more!


Developer Dungeon Creation

This work-in-progress feature allows developers to easily create custom maps using a flagged input string method into a text (.txt) document. Each dungeon is represented by a separate file. The 21 digit per room string is broken up into input flags and are labeled as follows. Also note that quotation marks “” are not used in the actual input file.
In order to explain the string, it will be broken up into segments. The final string will have no indicators of these different segments and will be written as one continuous entity.


Segment A – Door declaration: 01234567
Doors locations and conditions are declared here. They are always handled in the order of North, South, West, and East, and are defined in specific string character positions. Position 0, 2, 4, and 6 can either be a value of ‘0’ for “no door” or ‘N’, ‘S’, ‘W’, or ‘E’, respectively for “a door” at the given direction. A string with a basic door on each wall would look like “N0S0W0E0”. The flags for each door are specified to give the door special properties. These flags fill the remaining positions of the string in positions 1, 3, 5, and 7. Each flag pertains only to the door preceding it. A door must always be specified with a following flag. The flags are as follows. Use ‘u’ for an unlocked door (this is the default), ‘l’ for a locked door, ‘p’ for a puzzle door, ‘b’ for a locked puzzle door, ‘e’ for a dungeon entrance door, or ‘x’ for a dungeon exit door. A basic unlocked door on each wall would look like “NuSuWuEu”. Note that rooms must be capitalized and flags must be lower cased.


Segment B – Special conditions: 8
Special conditions for the room are specified with this character. Use ‘M’ to have a merchant present in the room or ‘P’ for a puzzle room. Note that this character must be capitalized.


Segment C – Enemy declaration: 9ABC
Enemies will be declared in this portion of the string using given identification numbers to represent each one. Each character represents an enemy position in the battle, with a maximum of four enemies. To have an enemy in positions A and B, the string would look like “0110”. The list of enemy identification numbers will be available in the future.


Segment D – Item declaration: DEFGHIJK
Item declaration is noted in the last 8 characters of the room input string. The items will also have identification numbers (like the enemies). There may be a maximum of four items in a room and they are declared in positions D, F, H, and J of the string. The remaining positions of E, G, I, and K are flags for whether or not the preceding item is visible or a hidden item. This is done with a ‘v’ for visible or a ‘h’ for hidden. Note that these flags must be lower cased. A string with two visible items and one hidden item would look like “1v1v1h00”.


The full string compiles as follows: “0123456789ABCDEFGHIJK”
Sample null string, also used for an empty room: “000000000000000000000”
The very first line of the text file is where the room dimensions are written in the format of column by row (CxR). Each room will be listed in the text file on a separate line.


Here is a quick reference for writing these strings. ‘( )’ indicates one string element as each option is contained within. Remember that ‘0’ is used as a default and placeholder and ‘#’ represents an enemy / item ID tag.
(N) (ulpbex) (S) (ulpbex) (W) (ulpbex) (E) (ulpbex) (MP) (#) (#) (#) (#) (#) (vh) (#) (vh) (#) (vh) (#) (vh)


To see what a full dungeon input text file looks like, here is the input to Dungeon 1 of Fortune Hunter.
3x5
Nx0000Eu000001v000000
0000WuEu0110000000000
00Su00Eu000001h000000
00Su0000000001v000000
000000000000000000000
NuSb0000000001h1h0000
Nu0000Eu0100000000000
00SpWuEu000001v000000
Nb00Wu000000000000000
000000000000000000000
NpSu0000000001v000000
000000000000000000000
000000000000000000000
NuSe00000000000000000
000000000000000000000


Storyline

MAFH follows the story of Arith, a determined young researcher dedicated to finding all of the world’s best hidden secrets. One day she stumbled across a piece of blank papyrus during the time she spent studying in Egypt on a dig site. She quickly brought it to her best friend and colleague, Lytic. They were determined to find out more about this strange paper, but the two could not unearth its secrets in such a short time. To them, it was just a blank piece of ancient material.
Two months later, the dig ever deeper into the earth, Arith noticed a faint glow emanating from a random pile of dirt. “What’s that over there?” she asked Lytic, who was standing nearby with his shovel. Digging it out, Lytic noticed that it was a small amulet. It let off the strangest beautiful teal glow. “Strange,” he remarked. Lytic stared deep into the light, his eyes widening as if in a trance. "Just what are you?" he questioned. The glow got even brighter and then went dim again. Now the amulet appeared to be as plain as any other stone. Confused, the two left the site to turn in for the night.
Upon bringing this find to back to their living quarters, Lytic tossed it lightly on the table. It landed near the old blank papyrus that she had found months earlier. The amulet began to glow again. This time, the papyrus wasn't blank. The light seemed to be the key and filled the papyrus with teal characters and symbols. The two stared amazed at the sight. Nothing made sense. It was no language they’d ever come across before. Upon closer inspection, only one thing was certain. The image of a giant pile of treasure, larger than anything you could imagine. The other familiar image was of a human mind with mathematical symbols surrounding it. Apparently, those who desired this treasure must be intelligent and versed in the ways of mathematics. There was one other hint on the old Egyptian paper. It was extremely cold to the touch. The two agreed this meant it must be somewhere on Earth in a very cold place. At last, a massive treasure hunt was underway.
Four days later, Arith and Lytic, found themselves in a strange place face to face with a mysterious and ancient building, relics in hand. “You wait here. I’ll go take a look around,” Arith told Lytic. “Okay. Good luck.”
Arith entered the chilly, dark structure alone; unaware of what lay in wait…


Game Progression

Each dungeon will introduce a distinct mathematical concept, and each dungeon will be comprised of several levels of increasing difficulty.
At the beginning of each level the player will face the entrance of the dungeon. In each room if there are no enemies left, the player will have a decision as to where to go next based on what room in the dungeon they are in and how many exit doors they have available.
As the player moves through the dungeon, they will face enemies which they will have to fight by solving math problems. If the player answers enough questions correctly in a battle, they will win the battle. However, if they continue to answer questions wrong, they will be damaged and eventually die. When the player dies, they will be given the option to quit to the main screen or to restart the level. Once the player answers enough math problems correctly or defeats enough enemies, they will be granted access to the dungeons key, which will let them move on to the next level.
When the player reaches the end of most dungeons, they will encounter a boss that will confront them with numerous timed math problems to ensure mastery of the dungeon's concepts.
A player's game is completed when they find all of the fortune hidden within each dungeon level and defeats the main game boss.


Main Menu -> New Game

FMV I – Feels Like Adventure

Having found the amulet, Arith and Lytic find the temple and a way in. They both have a bad feeling about entering and are freezing cold.


Dungeon 1 – Temple Main Hall

Cutscene I – Crash Course (Dungeons)

Our player gets an explanation of dungeon systems.


FMV II – Where Do You Put the Batteries?

A legendary, ancient calculator is found by our legendary, not-so ancient heroes.


Cutscene II – Crash Course (Menu Screen)

Our player gets an explanation of the menu screen and its available options.


Cutscene III – Crash Course (Room Changing)

Our player gets an explanation of changing rooms.


Cutscene IV – Crash Course (Inventory)

Our player gets an explanation of items and the inventory screen.


Cutscene V – Crash Course (Health Points)

Our player gets an explanation of how health points work.


Cutscene VI – Crash Course (Puzzle Doors)

Our player gets an explanation of puzzle doors.


Cutscene VII – Crash Course (Orientation)

Our player gets an explanation of changing directions (orientation).


Cutscene VIII – Crash Course (Equipment)

Our player gets an explanation of using equipment.


Cutscene IX – Crash Course (Combat)

Our player gets an explanation of combating enemies.


Cutscene X – Crash Course (Room Keys)

Our player gets an explanation of room keys.


Cutscene XI – Crash Course (Locked Doors)

Our player gets an explanation of locked doors.


Cutscene XII – Crash Course (Hidden Secrets)

Our player gets an explanation of using the amulet to uncover hidden secrets.


FMV III – On the Right Track

Arith and Lytic find clues that let them know they are on the right track to the treasure they seek.


Cutscene XIII – Crash Course (Dungeon Keys)

Our player gets an explanation of dungeon keys.


Cutscene XIV – Crash Course (Dungeon Completion)

Our player gets an explanation of completing dungeons.


Dungeon 2 - Transference Center

Cutscene XV – Crash Course (Currency)

Our player gets an explanation of how the in-game currency system works.


Cutscene XVI – Crash Course (Boss Battles)

Our player gets an explanation of boss battles.


Cutscene XVII – Crash Course (Puzzle Rooms)

Our player gets an explanation of how puzzle rooms work.


FMV IV – Almost Isn’t Good Enough

Arith and Lytic meet the strange travelling merchant.


Dungeon 3 - The Gauntlet

being updated...


Dungeon 4 - Nerve Block

being updated...


Dungeon 5 - Chamber of Trials

being updated...


Critical Path

Main Menu

→ Once the title screen appears, scroll to the 'NEW GAME' option and push the select button to begin your quest.
FMV I – Feels Like Adventure


Dungeon 1 - Temple Main Hall

The main door closes behind Arith and Lytic as they begin their trek into the temple.


→ As they enter the first room, room 1, an explanation of dungeons interrupts the game to explain how the levels will work.
Cutscene I – Crash Course (Dungeons)
Afterward, a FMV sequence will begin in which the heroes find the calculator.
FMV II – Where Do You Put the Batteries?
Following the FMV, a cutscene will occur explaining the menu screen.
Cutscene II – Crash Course (Menu Screen)
Immediately after, an explanation of traveling between rooms occurs.
Cutscene III – Crash Course (Room Changing)
When the explanations are over, walk into the north room to continue.


→ In room 2, the protagonists trip and fall on a crack in the floor, losing health. Fear not. There is a potion just sitting on the floor, free to take. Upon receiving the item, an explanation of items and their usage will occur.
Cutscene IV – Crash Course (Inventory)
A freebie potion will be given to you to use and replenish your missing health, followed by an explanation of how health points work.
Cutscene V – Crash Course (Health Points)
When you try to enter the next room, an explanation of puzzle doors will happen.
Cutscene VI – Crash Course (Puzzle Doors)
After it is over, you will have to solve the game’s first puzzle in order to progress to the north room.


→ Room 3 is the first room with two exit options as there is a door to the west and east. An explanation of changing directions (your orientation) will occur.
Cutscene VII – Crash Course (Orientation)
After the explanation ends, you will notice the game’s first weapon item sitting in the room. An explanation of equipping weapons and armor will occur.
Cutscene VIII – Crash Course (Equipment)
Having your newly acquired weapon equipped, enter the west room first.


→ The first thing you will notice about room 4 is an odd and hostile creature dancing about. You will automatically be engaged in your first combat, along with an explanation of how to. Follow the prompts and defeat the enemy.
Cutscene IX – Crash Course (Combat)
Continue to the north for the next room.


→ Room 5 houses a silver key. Grab it.
Cutscene X – Crash Course (Room Keys)
Backtrack to room 3. This time, exit room 3 via the east door.


→ Upon entering room 6, an explanation of locked doors will happen.
Cutscene XI – Crash Course (Locked Doors)
You will be asked to unlock the north door and solve another puzzle to gain entryway to room 7.


→ In room 7, you will be on the receiving end of another lesson, explaining how to explore and find hidden items with your amulet.
Cutscene XII – Crash Course (Hidden Secrets)
Continue to the north.


FMV III – On the Right Track
→ There’s not much going on in room 8 aside from an FMV sequence, but take a deeper look around with your amulet before continuing to the next room to the west.


→ Room 9 may look familiar, but these enemies are just the welcoming party. Defeat them both to progress. Exit via the west room.


→ The final room, number 10, will explain how levels are completed and how to obtain and use level keys.
Cutscene XIII – Crash Course (Dungeon Keys)
Cutscene XIV – Crash Course (Dungeon Completion)
After obtaining your first level access key, exit the dungeon via the north door to enter dungeon 2.


Dungeon 2 - Transference Center

→ This dungeon is filled with more choices of movement than the first. Upon entering the first room, you will notice a puzzle door to the west and another unlocked door to the north. The player has a choice of which door to choose, but for now let’s take the easy road and head north.


→ Once in room 2, you will yet again be presented with another two doors. The north door has another puzzle and the west door is open and looking friendly. Snag the potion on the ground and use that amulet of yours to check around. Then head west.


→ In the third room of this dungeon, the player will have to fight an enemy. Conquer it as you’ve done before and head south. Note that there’s a door to the north as well.


→ Room four grants you access to a key. Solving that first puzzle would have given you a direct line to this room, but it’s still good to explore as much as possible. Solve the puzzle and get back into the first room.
Now head north by one room and solve the puzzle on the north door.


→ This is a great example of why exploring is the smart thing to do. Solving this puzzle and heading north into room 5 will find you in possession of some new armor. You will be happy later on. Ignore the lock on the eastern door for now and head back out the south door.
Travel west. This time, enter the northern door.
Cutscene XV – Crash Course (Currency)


→ Entering room 6, you notice a treasure chest filled with shiny gold pieces, henceforth known and referred to as Akhal. Grab the 200* and listen to the explanation introducing you to your in-game currency system. Head west.


→ A tougher battle ensues in room 7 with two enemies to defeat. Do this. Before exiting this room, be sure to look around with your amulet. Unlock the northern door and get ready.
Cutscene XVI – Crash Course (Boss Battles)


→ Room 8 features your very first full-on boss fight! Bosses are much tougher than your standard enemies and require more finesse to defeat. Always think strategy when coming into a boss fight and remember what you have learned up until that point. A tutorial will occur, so don’t be too afraid. Defeat this beast and head east.


→ More keys! Pick them up, no surprise one of them is a dungeon key. Exit room 9 the way you came and find your way back to the room where we collected your new armor. (Told you it was a good idea to explore)
Do this by leaving room 9 and travelling west, south, east, south, east, and north. This time, use that key and gain entry to the east room.
Cutscene XVII – Crash Course (Puzzle Rooms)


→ This is your first puzzle room challenge, all the way in room 10! You must solve the puzzle presented in puzzle rooms before the timer click away to zero. Read the explanation for how this all works and then solve away! Now exit via the north door.
FMV IV – Almost Isn’t Good Enough


→ The exit to dungeon 2 is in sight. However, first you notice a strange being lingering about the room. It’s a merchant! This guy has no allegiance to anyone but money. At least you can now purchase or sell items or other pick-ups during that you find during the game. Remain on your toes, as he is apt to cheat you out of a few coins here or there. It’s up to you to stop this. After learning about shopping via the cutscene, you may now exit the dungeon and continue your journey.


Dungeon 3 - The Gauntlet

being updated...


Dungeon 4 - Nerve Block

being updated...


Dungeon 5 - Chamber of Trials

being updated...


Home | Developer's Corner | Game Mechanics | Game Elements | Game Features | Fortune Maker™ | Dungeon Guide | Education | Media