This is a 3D game based on the classic tale of Jack and the Beanstalk, built using Three.js.
- Clone this repository
- Run
npm installto install dependencies - Run
npm startto start the development server - Open
http://localhost:9000in your browser
Use the arrow keys to control Jack:
- Left/Right: Rotate around the beanstalk
- Up: Climb the beanstalk
Collect golden beans to increase your score and avoid clouds!
To build the project for production, run npm run build.