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.
- Interactive puzzles with clickable objects
- Simple and intuitive user interface
- Persistent game state using
localStorage
- React
- TypeScript
- Vite
- Canva
To play the game visit: https://helberan.github.io/adventure-game/
To set up the project on your local machine, follow these steps:
Clone the repository to your local machine. Replace "" with the URL of our GitHub repository.
Install the project dependencies. This command will read the package.json file and install all the required packages.
Runs the app in the development mode. Open http://localhost:5173 to view it in the browser.
- add more rooms
- add more complex puzzles
- add more pickable objects and an inventory