https://github.com/parrotmac/flappyblock
Simple Flappy Game in PyGame
https://github.com/parrotmac/flappyblock
Last synced: 10 months ago
JSON representation
Simple Flappy Game in PyGame
- Host: GitHub
- URL: https://github.com/parrotmac/flappyblock
- Owner: parrotmac
- License: mit
- Created: 2024-01-07T04:05:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T04:13:46.000Z (about 2 years ago)
- Last Synced: 2025-01-24T04:46:39.609Z (12 months ago)
- Language: Python
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy Block
## Description
Flappy Block is a simple example of a game written in PyGame. It's simply a square that can navigated through rectangular obstacles.

## Installation
To install the game, simply clone the repository and run the main.py file.
This project is using [Poetry](https://python-poetry.org/docs/#installation) for dependency management. If you don't have Poetry installed, you can install it with the following command:
```bash
curl -sSL https://install.python-poetry.org | python3 -
```
```bash
git clone https://github.com/parrotmac/flappyblock.git
cd flappyblock
poetry install
poetry run python main.py
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.