Used Canvas Boilerplate to quickly create modern canvas piece using ES6 and webpack. Cloned this repo for getting the boilerplate -->
"https://github.com/christopher4lis/canvas-boilerplate"
Can use hand gestures to control the game! Run the main.py
file in hand-tracker-cv
folder. Used dependencies like opencv-python for computer vision and mediapipe for hand gesture tracking.
BugRun.-.Google.Chrome.2024-01-05.01-21-11.mp4
- Clone the repo:
git clone https://github.com/Ananya2001-an/BugRun.git
- Install dependencies:
yarn
OR
npm install
- Run webpack:
npm start
Your canvas piece should open up automatically at http://localhost:3000 and you should see the game running.