https://github.com/thespeedx/noisybird
A Flappy Bird Game To Be Played With Voice
https://github.com/thespeedx/noisybird
hackodex hackodex-iter pygame python
Last synced: 3 months ago
JSON representation
A Flappy Bird Game To Be Played With Voice
- Host: GitHub
- URL: https://github.com/thespeedx/noisybird
- Owner: TheSpeedX
- License: mit
- Created: 2022-04-04T10:18:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T01:02:48.000Z (about 4 years ago)
- Last Synced: 2025-10-08T19:02:47.522Z (8 months ago)
- Topics: hackodex, hackodex-iter, pygame, python
- Language: Python
- Homepage:
- Size: 1.7 MB
- Stars: 7
- Watchers: 1
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NoisyBird
A Voice Controlled Flappy Bird



## ⚡️ Introduction
This a simple Flappy Bird Game made in Python (PyGame).
The bird gets energy from your voice.
Play the game and let your voice be heard.
## ⚡️ HOW TO RUN
Install dependencies
`pip install -r requirements.txt`
Run Game
`python main.py`
## 📈 Improvements welcomed
- Make UI Better(Background, Pipes).
- A Game Start Screen.
- Add A Bar On Game Screen To Show Current Sound Intensity.
- Make The Game Harder as you progress.
- Add an Feature To Callibrate Current Surrounding Sound.
## ⭐️ Contribute
To start contributing:
1. Fork [NoisyBird](https://github.com/TheSpeedX/NoisyBird/fork)
2. If the Issue you want to solve is not present in open issue, Create an Issue.
3. Comment on the issue you want to work on.
4. Work on your Fork and test it.
5. Send A PR
(Optionally)
6. Add a GitHub Star to the project.
7. Follow [TheSpeedX](https://github.com/TheSpeedX)
## 🧾 License
MIT License Copyright (c) 2022 [TheSpeedX](https://github.com/TheSpeedX).