https://github.com/ananya2001-an/bugrun
A simple side-scroller game
https://github.com/ananya2001-an/bugrun
boilerplate game javascript webpack
Last synced: 2 months ago
JSON representation
A simple side-scroller game
- Host: GitHub
- URL: https://github.com/ananya2001-an/bugrun
- Owner: Ananya2001-an
- Created: 2022-08-10T12:35:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T19:52:33.000Z (over 2 years ago)
- Last Synced: 2025-03-29T03:13:03.277Z (over 1 year ago)
- Topics: boilerplate, game, javascript, webpack
- Language: JavaScript
- Homepage: https://bug-run.vercel.app
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
https://github.com/Ananya2001-an/BugRun/assets/55504616/f7d9cb06-92b8-418d-bfc1-5f6058f51330
## Getting Started
1. Clone the repo:
```bash
git clone https://github.com/Ananya2001-an/BugRun.git
```
2. Install dependencies:
```bash
yarn
```
OR
```bash
npm install
```
3. Run webpack:
```bash
npm start
```
Your canvas piece should open up automatically at http://localhost:3000 and you should see the game running.