https://github.com/arturbomtempo-dev/flappy-bird
Recreation of the Flappy Bird game with Python.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Keywords
flappy-bird
pygame
python
Last synced: 5 months ago
·
JSON representation
Repository
Recreation of the Flappy Bird game with Python.
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
flappy-bird
pygame
python
Created over 3 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
README.md
Flappy Bird game
Project developed through video classes at HashTag Treinamentos with the purpose of introducing in the world of game creation with Python.
🔨 Project functionality
The main function of this project is to play the famous Flappy Bird game, in which the goal is to make the bird go through the pipes without touching them, without falling on the ground, and without touching the sky.
💻 Technologies used
- Python: programming language
- Pygame: graphical interface of the game
- OS: integrate the code into the files
- Random: generate random values to position the objects
📁 Access and execute project
1. Install Python on your computer
2. Clone this repository on your machine
- Create a folder on your computer for this program
- Open the
terminalinside this folder - Copy the URL from the repository
- Type
git clone <URL copied>and pressenter
3. Still inside the terminal, install the following library:
- Pygame:
pip install pygame
4. Run the program from the terminal
python FlappyBird.py
Owner
- Name: Artur Bomtempo Colen
- Login: arturbomtempo-dev
- Kind: user
- Location: Belo Horizonte, MG
- Company: @webtech-network
- Website: https://arturbomtempo.dev
- Repositories: 28
- Profile: https://github.com/arturbomtempo-dev
Full Stack Developer passionate about technology since 2006.
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 1 hour
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- fcpoloia (1)
- CeilM (1)