This is a Super Mario type game. The main character is a panda, and you need to jump over all obstacles to reach the goal.
Canvas Boilerplate is the go-to solution for quickly creating modern canvas pieces using ES6 and webpack.
- Get into "pandaBounce/practice_level" and "pandaBounce/start"
- Input these commands both:
npm install
$env:NODE_OPTIONS = "--openssl-legacy-provider"
npm start
Your canvas piece should open up automatically at http://localhost:3000 and http://localhost:3006, and you should see 'HTML CANVAS BOILERPLATE' on hover.
The original framework is from git clone https://github.com/christopher4lis/canvas-boilerplate.git