-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the dFlap Wiki, the official guide for contributing, playing, and understanding the development roadmap for the dFlap Telegram game!
Welcome to the dFlap Wiki!
dFlap is a Telegram-based game inspired by Flappy Bird, where users control a character to avoid obstacles and compete for high scores.
The dFlap project is currently in the initial development stage with core features being designed and implemented.
-
v0.1 - Core Game Mechanics (Expected Q4 2024)
- Implement basic game loop (obstacle generation, movement, and collision detection)
- Score tracking and leaderboard integration
-
v0.2 - Power-ups and Skins (Expected Q1 2025)
- Add power-ups like shield, magnet, and speed boost
- Implement unlockable skins for the character
-
v0.3 - Multiplayer Mode (Expected Q2 2025)
- Introduce multiplayer with real-time leaderboard and live view
To run or contribute to dFlap, you need the following:
- Telegram Bot API
- Python 3.8 or later
- Required dependencies from
requirements.txt
-
Clone the repository:
git clone https://github.com/sorydima/dFlap.git
-
Install dependencies:
pip install -r requirements.txt
-
Set up the Telegram Bot API:
- Create a bot on Telegram and get the API token.
- Add the API token to the
.env
file.
-
Run the game locally:
python dFlap.py
Guide your character through a series of obstacles by tapping to make it fly upward, and release to let it fall. Earn points by successfully passing obstacles and avoid crashing!
- Tap to boost the character upwards.
- Release to allow it to descend due to gravity.
- Power-ups: Collect shields, speed boosts, and magnets to help survive longer.
- Unlockable Skins: Score higher points to unlock new skins for your character.
- Leaderboard: Compete against other players for the top score.
We welcome contributions! Here’s how you can help improve dFlap:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-new-feature
- Make your changes.
- Submit a pull request, and we'll review it.
- Bug fixes
- New power-ups
- Additional character skins
- Multiplayer improvements
dFlap is a Telegram-based game inspired by the mechanics of Flappy Bird, but with additional features like power-ups, skins, and multiplayer.
Control your character by tapping to fly and avoid obstacles. Try to get the highest score possible!
Multiplayer mode is planned for future releases and will include real-time leaderboards and live-view challenges with friends.