Ananya2001-an / BugRun

A simple side-scroller game

Home Page:https://bug-run.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple side-scroller game

https://bug-run.vercel.app


Languages

Language:JavaScript 59.7%Language:Python 27.8%Language:HTML 12.5%