A simple game made with Three.js and Cannon limited to a single tap/click for control
Working demo > https://three-game.vercel.app/
To install packages run: npm i
.
To start server run: npm start
.
Once you are happy with your project you'll be sure to want to show it off. Running npm run build
in terminal will bundle your project into the folder ./build/
. You can upload this directory to a web server. For more complex results read this guide.
- make "grounded" boolean for when ground is under cat
- make button that you can click
- make a score display
- make high score functionality
- change cat angle when on a slope
- arc cat when jumping
- add backdrop
- create original cat and animations
- make actual obstacles
- follow cat on y axis to enable climbing