Follow these simple steps to run the game:
-
Unzip the project file to a directory of your choice
-
Install dependencies:
pnpm install
Note: If you don't have pnpm installed, you can install it with:
npm install -g pnpm
-
Start the game:
pnpm dev
-
Play the game: Open your browser and navigate to:
http://localhost:3000
- Use your mouse to interact with the game elements
- Follow the on-screen instructions to progress
Enjoy!