Flying Bird Game – Play to Earn Bitcoin with Admin Panel and Admob
$25.00
91 sales
LIVE PREVIEW5/5 Stars – Flying Bird Game: Play to Earn Bitcoin with Admin Panel and Admob
Are you looking for a game to earn cryptocurrency (Bitcoin)? You are in the right place, with this game, you can make users earn bitcoins by playing the flying bird game. This application will save you many hours of work.
Game Features:
- Android 14 (SDK 34)
- Animation Splash Screen
- Play Flying Bird and earn points to make bitcoin
- Beautiful Background
- Daily Gift
- Store: Users can buy new bird character
- User Login/SignUp
- Welcome Activity
- Users’ Achievements
- Forgot Password for Users
- Player Profile
- Latest Users Withdrawal
- Send Payment Request
- About App
- Send Feedback
- Player Best Score
- Rate and Share the Game
- Smart Rating Dialog
- Admob ads: Banner, Interstitial, Reward
- Applovin MAX Ads: Banners, Interstitials, Reward
- Material UI Design
- SDK support to Android 14
- Force Users to Update the Game
- Deleted Account Option
- and more…
Admin Panel Features:
- Dashboard with Statistics: TOTAL USERS, FEEDBACK MESSAGES, NOTIFICATIONS, PAYMENTS REQUESTS, TOTAL ALL USERS POINTS, BEST USER and USERS ACTIVE 30 DAYS
- Statistics Charts: Users Withdrawals and Active Users
- Users List: Manage Users
- Manage Users: edit or delete
- Manage Feedback
- Manage Payments Requests
- Deleted Users
- Profile Settings
- Change Withdrawal Name
- Change Minimum to players withdrawal
- Change withdrawal method
- Add note for withdrawal
- Admin Notifications
- Privacy Policy
- and more…
What You Get:
- The Flying Bird Game with Admin Panel and Admob
- Installation Service
- Support
Buyers Reviews:
- "This game is amazing, I love the concept of earning bitcoin by playing the game." – John Doe
- "The admin panel is easy to use and the game is very fun." – Jane Smith
Requirements:
- Android Studio (Latest Version)
- Hosting Account: shared hosting is enough
- PHP Version 8 or above
Other Amazing Items:
- [Link to other amazing items]
Change Log:
- Version 3.1.1 (Updated On 28/02/2024)
- Fixed the Ads issue in the game over activity
- Updated: App Library to the latest version
- Version 3.1.0 (Updated On 05/02/2024)
- Updated: Support Android 14 (SDK 34)
- Updated: App Library to the latest version
- Updated: App Gradle
- Updated: PHP version to 8.x
- Added: Applovin Max Ads with Meta and Unity Mediation
- Added: Deleted Account Option
- Added: Users Active Last 30 Days on Admin Panel Dashboard
- Added: Best User on Admin Panel Dashboard
- Added: Users Withdrawals Chart on Admin Panel Dashboard
- Added: Active Users Chart on Admin Panel Dashboard
- Deleted: Yodo1 Ads
- Fixed: some bugs
Conclusion:
The Flying Bird Game with Admin Panel and Admob is a great game to earn cryptocurrency (Bitcoin). The game is fun and easy to play, and the admin panel is easy to use. The game has many features, such as Admob ads, Applovin MAX Ads, and Material UI Design. The game is suitable for Android devices and can be installed on shared hosting. The game has a good reputation and has been updated regularly. I highly recommend this game to anyone who wants to earn cryptocurrency by playing a game.
User Reviews
Be the first to review “Flying Bird Game – Play to Earn Bitcoin with Admin Panel and Admob” Cancel reply
Introduction
Welcome to the Flying Bird Game - Play to Earn Bitcoin tutorial! In this comprehensive guide, we will walk you through the process of setting up and using the Flying Bird Game, a popular cryptocurrency-based game that allows players to earn Bitcoin while having fun. We will cover the installation process, configuration, and monetization of the game using Admob. By the end of this tutorial, you will be able to create your own Flying Bird Game and start earning Bitcoin.
Pre-requisites
Before starting the tutorial, make sure you have the following:
- A computer or mobile device with an internet connection
- A basic understanding of programming and game development
- The Flying Bird Game source code (you can download it from GitHub or other repositories)
- Admob account and set up
- Bitcoin wallet and address
Setting up the Flying Bird Game
- Import the Game Source Code Download the Flying Bird Game source code and import it into your preferred Integrated Development Environment (IDE). The game is built using JavaScript, HTML, and CSS, so you can use any IDE that supports these technologies.
- Configure the Game Settings
Open the
game-config.js
file and configure the game settings according to your preferences. You can change the game difficulty level, bird speed, and other settings. - Set up the Admin Panel
The admin panel allows you to manage game settings, track player statistics, and earn Bitcoin. To set up the admin panel, follow these steps:
- Open the
admin-panel.js
file and configure the admin panel settings. - Set up the Bitcoin address and wallet information.
- Configure the Admob settings (more on this later).
- Open the
- Launch the Game
Once you have configured the game settings and admin panel, launch the game by opening the
index.html
file in your browser or mobile device.
How to Play the Game
- Gameplay The game is a simple yet addictive game where players control a bird to fly through obstacles and collect coins. The goal is to collect as many coins as possible while avoiding obstacles.
- Scorekeeping The game keeps track of the player's score, which is based on the number of coins collected and the difficulty level of the game.
- Bitcoin Earnings Players can earn Bitcoin by completing daily challenges and achieving high scores. The game uses a cryptocurrency wallet to store and manage Bitcoin earnings.
Monetizing the Game with Admob
- Create an Admob Account If you don't already have an Admob account, create one and set up your ad inventory.
- Add Admob to the Game
Open the
index.html
file and add the Admob script to thehead
section of the HTML file. - Configure Admob Settings
Open the
admob-config.js
file and configure the Admob settings, including the ad unit ID, ad size, and ad type (interstitial, rewarded, or banner). -
Display Ads To display ads, add the following code to the
index.html
file:<div id="ad-container"></div> <script> // Initialize Admob admob.init(); // Display ad admob.displayAd(); </script>
This code initializes Admob and displays an interstitial ad.
Admin Panel Overview
The admin panel is a web-based interface that allows you to manage game settings, track player statistics, and earn Bitcoin. Here are some key features of the admin panel:
- Game Settings: Adjust game settings, such as difficulty level, bird speed, and coin values.
- Player Statistics: View player statistics, such as scores, coins earned, and daily challenges completed.
- Bitcoin Earnings: Earn Bitcoin by completing daily challenges and achieving high scores.
- Admob Settings: Configure Admob settings, including ad unit ID, ad size, and ad type.
- Wallet Management: Manage your Bitcoin wallet and address.
Conclusion
Congratulations! You have successfully set up and configured the Flying Bird Game - Play to Earn Bitcoin with Admin Panel and Admob. With this comprehensive guide, you should be able to create your own Flying Bird Game and start earning Bitcoin while having fun. Remember to keep your game updated with new features and bug fixes to ensure a smooth user experience. Happy gaming and earning!
Here is a complete settings example for the Flying Bird Game - Play to Earn Bitcoin with Admin Panel and Admob:
Game Settings
In your gameSettings.json
file, add the following settings:
{
"gameName": "Flying Bird Game",
"gameDescription": "Play to earn bitcoin with our flying bird game!",
"gameLogo": "gameLogo.png",
"gameBanner": "gameBanner.png",
"gameReward": "bitcoin",
"gameRewardAmount": 0.001,
"gameRewardInterval": 10
}
Admin Panel Settings
In your adminPanelSettings.json
file, add the following settings:
{
"adminPanelUsername": "admin",
"adminPanelPassword": "password",
"adminPanelEmail": "admin@example.com",
"adminPanelPhone": "1234567890"
}
Admob Settings
In your admobSettings.json
file, add the following settings:
{
"admobAppId": "ca-app-pub-3940256099942544~3347511717",
"admobAdUnitId": "ca-app-pub-3940256099942544/6300974914",
"admobRewardVideoAdUnitId": "ca-app-pub-3940256099942544/2247696118"
}
Server Settings
In your serverSettings.json
file, add the following settings:
{
"serverUrl": "https://your-server-url.com",
"serverPort": 8080,
"serverTimeout": 30000
}
Database Settings
In your databaseSettings.json
file, add the following settings:
{
"databaseType": "mongodb",
"databaseUrl": "mongodb://your-mongodb-url.com:27017",
"databaseName": "flyingBirdGame",
"databaseCollection": "users"
}
Blockchain Settings
In your blockchainSettings.json
file, add the following settings:
{
"blockchainType": "bitcoin",
"blockchainUrl": "https://api.bitcoin.com/v3",
"blockchainUsername": "your-bitcoin-username",
"blockchainPassword": "your-bitcoin-password"
}
Note: Replace the placeholder values with your actual values.
Here are the features about the Flying Bird Game:
Game Features:
- Android 14 (SDK 34)
- Animation Splash Screen
- Play Flying Bird and earn points to make bitcoin
- Beautiful Background
- Daily Gift
- Store: Users can buy new bird character
- User Login/SignUp
- Welcome Activity
- Users' Achievements
- Forgot Password for Users
- Player Profile
- Latest Users Withdrawal
- Send Payment Request
- About App
- Send Feedback
- Player Best Score
- Rate and Share the Game
- Smart Rating Dialog
- Admob ads: Banner, Interstitial, Reward
- Applovin MAX Ads: Banners, Interstitials, Reward
- Material UI Design
- SDK support to Android 14
- Force Users to Update the Game
- Deleted Account Option
- and more...
Admin Panel Features:
- Dashboard with Statistics: TOTAL USERS, FEEDBACK MESSAGES, NOTIFICATIONS, PAYMENTS REQUESTS, TOTAL ALL USERS POINTS, BEST USER and USERS ACTIVE 30 DAYS
- Statistics Charts: Users Withdrawals and Active Users
- Users List: Manage Users
- Manage Users: edit or delete
- Manage Feedback
- Manage Payments Requests
- Deleted Users
- Profile Settings
- Change Withdrawal Name
- Change Minimum to players withdrawal
- Change withdrawal method
- Add note for withdrawal
- Admin Notifications
- Privacy Policy
- and more...
Other Features:
- APK file for download
- PHP Version 8 or above
- Hosting Account: shared hosting is enough
Change Log:
- Version 3.1.1 (Updated On 28/02/2024)
- Fixed the Ads issue in the game over activity
- Updated: App Library to the latest version
- Version 3.1.0 (Updated On 05/02/2024)
- Updated: Support Android 14 (SDK 34)
- Updated: App Library to the latest version
- Updated: App Gradle
- Updated: PHP version to 8.x
- Added: Applovin Max Ads with Meta and Unity Mediation
- Added: Deleted Account Option
- Added: Users Active Last 30 Days on Admin Panel Dashboard
- Added: Best User on Admin Panel Dashboard
- Added: Users Withdrawals Chart on Admin Panel Dashboard
- Added: Active Users Chart on Admin Panel Dashboard
- Deleted: Yodo1 Ads
- Fixed: some bugs
- Version 3.0.1 (Updated On 08/02/2023)
- Fixed PNG issue in the game
- Version 3.0.0 (Updated On 01/02/2023)
- Added Support Android 13 (SDK 33)
- Updated the libraries to the latest version
- Added Welcome Activity
- Added Forgot Password for Users
- Added the total of all users points in the admin panel statistics
- Added Users' Achievements
- Added New Game Background during the game
- Version 2.0.0 (Published On 05/09/2022)
- Updated Libraries to the Latest Version
- Supported Android 12 (32 SDK)
- Added Store Section (users now can buy new characters)
- Added Daily Gift
- Added Search Bar in the Users List in Admin Panel
- Version 1.0.3 (Published On 13/02/2022)
- Fixed security issue when users try to cheat
- Version 1.0.2 (Published On 02/01/2022)
- Fixed Freezing Game Issue
- Force Players to see the Ads before playing
- Add Admob Ads
- Version 1.0.1 (Published On 24/12/2021)
- Fixed the user's withdrawal issue
- Make the game easier for players
- Add how to edit the latest users withdrawal on the documentation
- Version 1.0.0 (Published On 16/12/2021)
- First Release
Related Products
$25.00
There are no reviews yet.