Skip to content

auh8/4007-text-based-game

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

Latest commit

 

Git stats

Files

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

4007-text-based-game

Game Introduction

Name of the game: Indiana Jones

In Indiana Jones, you play as a legendary adventurer stuck inside a maze during one of your exploration quests. In order to return home safely with the treasure you discovered in the maze, you must find a way out while fending off against monsters and their mysterious boss lurking around.

Basic Controls Player movement: "W" (Up), "A" (Left), "S" (Down) and "D" (Right) Battle (Paper-Scissors-Stone): "1" (Paper), "2" (Scissors) and "3" (Stone) Quit game and save progress: "Q" Players will be asked to input the game difficulty (i.e. map size) and whether or not to load previously saved progress when the game starts

Representations "P": The playable character "x": Obstacles ".": Walkable zones (i.e. the roads that you will be walking on to get to the "goal") "B": The final boss, which stayed at the goal "m": Monsters "T": Treasures "W": Weapons

Basic Game Rules Control the movement of the character using "W" (Up), "A" (Left), "S" (Down) and "D" (Right). You can only walk along safe paths represented by "." and you cannot walk through obstacles and walls represented by "x". Treasures are scattered across the dungeon and are marked by "T". Walk near to collect them for bonus scores (1 point for each treasure). Monsters ("m") are randomly scattered across the dungeon and they will be roaming freely. Avoid them or fight them depending on your choice. Upon defeating a monster, you will collect 2 points. If you're thinking of fighting off the monsters, collect the weapons along your path. They are scattered around and are marked "W". Walk near to collect them. oYou will have an initial attack point of 1, which essentially reduce the monsters' "hit point" ("HP") by 1 upon winning a round of "Paper-Scissors-Stone". All monsters will have a HP of 5. When you encounter a monster (represented by "m"), you will be directed to a "battle stage" where you will fight the monster using "Paper-Scissors-Stone" mechanism (represented by "1", "2" and "3" respectively). The monster will be defeated and disappear if you beat them, and you will return back to the spot where you took off. oYou will have an initial HP of 10. If you lose a round of "Paper-Scissors-Stone", the monster will be able to launch a "fireball" attack which essentially reduce your HP by 1. If you HP is reduced to 0, unfortunately, you lose. A final boss (represented by "B") is located at the "goal" and will be waiting for you. Unlike other monsters you could choose to avoid, you will have to defeat this one in order to win the game. The final boss will have a HP of 10. You can quit and save the current progress of the game by pressing "Q" anytime except during the battle stage. You can load the previously saved progress by choosing "2: Load" when the game first starts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages