An open API service indexing awesome lists of open source software.

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

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.