/BugRun

A simple side-scroller game

Primary LanguageJavaScript

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"

BugRun

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.

Demo

BugRun.-.Google.Chrome.2024-01-05.01-21-11.mp4

Getting Started

  1. Clone the repo:
git clone https://github.com/Ananya2001-an/BugRun.git
  1. Install dependencies:
yarn

OR

npm install
  1. Run webpack:
npm start

Your canvas piece should open up automatically at http://localhost:3000 and you should see the game running.