Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 427 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 427 Bytes

Shut-the-box

A logic game about shutting boxes. Running in the browser using React-three-fiber.

How to play

  1. Click on the dice to roll it.
  2. Click on the boxes to shut them.
  3. Try to shut all the boxes to win.

Where to play

  1. Open In the browser

How to run locally

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev
  4. Open localhost:5713 in the browser