An escape room game where you collect clues and solve puzzles to complete the mystery, within a limited timeframe, all from your browser.
This is a Makers Academy final project created in two weeks by: Ali, Ben, Charlotte, Marie, Rakshak.
Link to game: https://get-me-out-of-here-game.herokuapp.com/
- Hover over page elements to interact
- Type in answers to complete puzzles
- Find the key to be able to escape the room
- You have three minutes to escape or the game ends
This is a front-end only game. We wanted to push ourselves to learn a new technology which was appropriate to the type of game-play we wanted to achieve - interactive and quick-loading.
- JavaScript
- NodeJS
- ReactJS
- Material-UI: React component library.
- React Testing Library: Integration testing.
- HTML / CSS: For visual styling.
- Heroku: Deployment to web.
Show process
User Stories
As a user,
So I know what type of game I'm playing,
I want to see an description page with a start button.
As a player,
So I can not escape without the key,
The door should give me a prompt that it is locked.
As a player,
So I can play the game,
I want to be able to click on the key.
As a player,
So I can escape the room,
I want to be able to use the key and open the door.