Maze Room
A downloadable game for Windows
Download NowName your own price
Maze Room is a command line game where a user must explore the rooms within the map to find a key to escape. This game was designed to display the concepts of object-oriented programming including encapsulation, abstraction, inheritance, and polymorphism.
You can view the code on GitHub.
You can run and play the game on Replit.
Goals
- Implement multiple classes, including inherited and abstract classes.
- Utilize the concept of polymorphism.
- Ensure encapsulation is implemented throughout code.
- Allow for user input to manipulate results of program.
Game Information
- Player must enter name to start the game.
- Player spawns at random coordinate and can travel using W (up), S (down), A (left), D (right).
- When a player encounters an enemy, the player can choose to fight or run.
- If a player chooses run, there is a small chance of failure to escape from the enemy.
Download
Download NowName your own price
Click download now to get access to the following files:
Project.exe 142 kB
Leave a comment
Log in with itch.io to leave a comment.