Skip to content

helberan/adventure-game

Repository files navigation

Escape Room Game

This is a simple 2D escape room game built with React and TypeScript, and set up using Vite. The game features three rooms where the player needs to solve simple puzzles and find a hidden object to unlock the exit door.

Features

  • Interactive puzzles with clickable objects
  • Simple and intuitive user interface
  • Persistent game state using localStorage

Technology used

  • React
  • TypeScript
  • Vite
  • Canva

Try it out

To play the game visit: https://helberan.github.io/adventure-game/

Project Setup

To set up the project on your local machine, follow these steps:

git clone <repository-url>

Clone the repository to your local machine. Replace "" with the URL of our GitHub repository.

npm install

Install the project dependencies. This command will read the package.json file and install all the required packages.

npm run dev

Runs the app in the development mode. Open http://localhost:5173 to view it in the browser.

Plan for next development

  • add more rooms
  • add more complex puzzles
  • add more pickable objects and an inventory