https://github.com/galib-23/flappy-plane-react-ml5
✈️ Flappy plane is a deep learning based gesture controlled game developed with react.js and ml5
https://github.com/galib-23/flappy-plane-react-ml5
Last synced: 3 months ago
JSON representation
✈️ Flappy plane is a deep learning based gesture controlled game developed with react.js and ml5
- Host: GitHub
- URL: https://github.com/galib-23/flappy-plane-react-ml5
- Owner: Galib-23
- Created: 2024-10-17T20:07:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T12:26:34.000Z (7 months ago)
- Last Synced: 2025-01-11T05:25:29.709Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy Plane Game with Gesture Control
A fun and interactive game built using React, where players control a plane using hand gestures detected through a webcam. The game utilizes machine learning for gesture recognition, allowing players to navigate the plane through obstacles.
## Table of Contents
- [Demo](#demo)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Demo
[Live Link](https://flappy-plane-911.netlify.app/)## Features
- Gesture recognition using Teachable Machine.
- Smooth animation for plane movement.
- Interactive gameplay with a game over screen.
- Responsive design for different screen sizes.## Technologies Used
- **React**: JavaScript library for building user interfaces.
- **ml5.js**: A friendly machine learning library for JavaScript.
- **Tailwind CSS**: A utility-first CSS framework for styling.
- **Teachable Machine**: A web-based tool to train machine learning models.## Installation
To get started with the project, clone the repository and install the required dependencies.
- Clone the repo and install dependencies
```bash
git clone https://github.com/Galib-23/flappy-plane-react-ml5.git
cd flappy-plane
npm install
```- Start local server
```bash
npm run dev
```_Enjoy!_