Skip to content

Sandra1me/Text-based-Adventure-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-based-Adventure-Game

The text-based adventure game is a basic version of the Adventure game. It is entirely text-based.

Game

GameWon

The user will move around some tiles forming a 5x5 square. For this, we have the movement arrows (up, down, left and right); the user will click each to move the character in diverse directions.

The game is to find the treasure that will appear in a random position. But some monsters will try to avoid this by attacking us as we advance. When we locate an enemy, a fight will start. If we win, the game goes on, but if we don't, the game is over. The battle is entirely luck based decided by a random number value.

Fight

Installation

To play the game, install the app by running the MyAppInstaller_web.exe file to install the game. Then, run the installed file.

Usage

The controls are simple: press the movement keys to control your character. You will see a text describing what you found on each tile.

If you want to start a new game, press the "Start Over" button.

License

MIT

About

A basic version of an adventure game created with MATLAB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages