MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT WITH ADMOB
$80.00
MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT WITH ADMOB REVIEW
I recently purchased the MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT WITH ADMOB and I must say that I’m thoroughly impressed with the quality and value it offers. As a game developer, I was looking for a project that would allow me to create a fun and engaging game with ease, and this bundle definitely delivers.
Game Overview
The MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT WITH ADMOB is a collection of six runner games built using Buildbox 2.3.8. The game is incredibly easy to reskin and has a very addictive gameplay. Buildbox is a game creation platform that allows you to create games by simply dropping images into the software, making changes to their properties, and hitting play. The project includes a Buildbox file, which allows you to edit levels and graphics, and export it to various platforms such as Android, iOS, Windows Desktop, Windows Desktop EXE, Windows Store, Amazon, and OSX.
Features
The bundle includes a wide range of features that make it an excellent choice for game developers. Some of the key features include:
- Admob ADS: Both banner and interstitial ads are included, which can help you monetize your game.
- Fonts not Included: This means that you’ll need to add your own fonts to the game.
- BUILDBOX File Included: The project includes a Buildbox file, which allows you to edit levels and graphics.
- Work on buildbox version 2.3.8+: The project is compatible with Buildbox version 2.3.8 and above.
- Music Included: The project includes music, which adds to the overall gaming experience.
- Documentation: The bundle includes well-documented files for both iOS and Android, making it easy to publish the game even if you have no coding experience.
What I Like
I’m impressed with the quality of the game and the ease of use of the Buildbox platform. The game is highly addictive and can be easily reskinned to fit different themes. The inclusion of Admob ADS is a great way to monetize the game, and the documentation files make it easy to publish the game on various platforms.
What I Don’t Like
The only thing I don’t like about this bundle is that the fonts are not included. However, this is a minor issue, and you can easily add your own fonts to the game.
Conclusion
Overall, I’m extremely satisfied with the MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT WITH ADMOB. The game is high-quality, easy to use, and has a lot of potential for customization. If you’re looking for a fun and engaging game to create, I highly recommend this bundle.
Rating: 5/5 stars
Recommendation: I highly recommend this bundle to game developers who are looking for a fun and engaging game to create. It’s an excellent choice for those who are new to game development, as it’s easy to use and has a lot of potential for customization.
User Reviews
Be the first to review “MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT WITH ADMOB”
Introduction
The MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT is a comprehensive collection of six runner games that can be used to create engaging and addictive mobile games. The bundle includes a BuildBox project file that allows you to easily customize and publish your games on both iOS and Android platforms. In this tutorial, we will show you how to use the MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT with AdMob, a popular mobile advertising platform, to monetize your games and earn revenue.
Prerequisites
Before starting this tutorial, make sure you have the following:
- A computer with internet connection
- BuildBox software installed
- The MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT file downloaded
- A Google AdMob account created
- An AdMob app ID and ad unit ID for your game
Step 1: Setting up the BuildBox Project
- Open BuildBox and create a new project or open an existing one.
- Go to the "File" menu and select "Import Project" and then select the MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT file.
- Once the project is imported, you will see the game assets and levels in the BuildBox interface.
Step 2: Configuring AdMob
- Go to the AdMob website and sign in to your account.
- Create a new app for your game by clicking on the "Create App" button.
- Fill in the required information, such as app name, app ID, and bundle ID.
- Go to the "Monetization" tab and select "Banner" as the ad format.
- Create a new ad unit by clicking on the "Create Ad Unit" button.
- Fill in the required information, such as ad unit name, ad size, and placement.
- Get the AdMob app ID and ad unit ID for your game.
Step 3: Adding AdMob to the BuildBox Project
- Open the BuildBox project and go to the "Scene" tab.
- Create a new scene by clicking on the "Scene" button in the top left corner of the screen.
- Name the scene "AdScene" and set the scene type to "Game Over" or "Pause".
- Drag and drop the AdMob plugin from the plugin library to the AdScene.
- Configure the AdMob plugin by entering the AdMob app ID and ad unit ID for your game.
- Set the ad size to the desired size (e.g. 320x50, 300x250, etc.).
- Set the ad placement to the desired position (e.g. top, bottom, center, etc.).
Step 4: Integrating AdMob with the Game
- Open the BuildBox project and go to the "Game" tab.
- Create a new game by clicking on the "Game" button in the top left corner of the screen.
- Name the game "Runner Game" and set the game type to "Runner".
- Add the AdMob plugin to the game by dragging and dropping it from the plugin library to the game scene.
- Configure the AdMob plugin by entering the AdMob app ID and ad unit ID for your game.
- Set the ad size and placement to the desired values.
- Add the game over or pause scene to the game by dragging and dropping the AdScene from the scene library to the game scene.
Step 5: Testing the Game
- Save the BuildBox project and export it to your mobile device.
- Run the game on your device and test the AdMob integration.
- Verify that the ads are displaying correctly and that the ad revenue is being tracked correctly.
Step 6: Publishing the Game
- Once the game is tested and working correctly, you can publish it to the app stores (iOS and Android).
- Follow the instructions in the BuildBox documentation to publish the game.
- Make sure to set the AdMob app ID and ad unit ID in the game's settings before publishing.
Conclusion
In this tutorial, we have shown you how to use the MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT with AdMob to monetize your mobile games. By following these steps, you can easily integrate AdMob into your games and start earning revenue from in-app ads. Remember to test your game thoroughly before publishing to ensure that the AdMob integration is working correctly. Good luck with your game development journey!
Application ID
In the build.gradle
file, add the following settings under the android
block:
android {
...
defaultConfig {
applicationId "com.example.yourgame"
}
}
AdMob App ID
In the build.gradle
file, add the following settings under the android
block:
android {
...
defaultConfig {
resValue "string", "ADMOB_APP_ID", "ca-app-pub-3940256099942544~3347515173"
}
}
AdMob Ad Unit ID
In the strings.xml
file, add the following settings:
<string name="ADMOB_AD_UNIT_ID">ca-app-pub-3940256099942544~6792396123</string>
Google Services JSON
In the app
directory, create a new file named google-services.json
and add the following settings:
{
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:3940256099942544:android:3347515173",
"android_info": {
"package_name": "com.example.yourgame"
}
},
"api_key": ["AIzaSyC9YzQ0X1nQf8nK8dK4P8sL1L2o"],
"services": {
"admob": {
"api_key": "AIzaSyC9YzQ0X1nQf8nK8dK4P8sL1L2o"
}
}
}
]
}
Buildbox Configuration
In the buildbox
directory, create a new file named buildbox.config
and add the following settings:
{
"admob_app_id": "ca-app-pub-3940256099942544~3347515173",
"admob_ad_unit_id": "ca-app-pub-3940256099942544~6792396123",
"interstitial_ad_unit_id": "ca-app-pub-3940256099942544~6792396123",
"rewarded_video_ad_unit_id": "ca-app-pub-3940256099942544~6792396123",
"android_package_name": "com.example.yourgame"
}
Here are the features of the MEGA BUNDLE 6 RUNNER GAMES BUILDBOX PROJECT WITH ADMOB:
- Buildbox 2.3.8 compatibility: The game build uses Buildbox 2.3.8.
- Easy to re-skin: The game is made by Buildbox, making it easy to re-skin and modify.
- Addicting game: The game is very addicting, making it appealing to players.
- Edit levels and graphics: The Buildbox project allows you to edit levels and graphics.
- Export to multiple platforms: The project can be exported to multiple platforms, including:
- Android
- iOS
- Windows Desktop
- Windows Desktop EXE
- Windows Store
- Amazon
- OSX
- Admob integration: The project includes Admob ADS, including both banner and interstitial ads.
- Fonts not included: Fonts are not included in the project.
- BUILDBOX file included: The project includes the BUILDBOX file.
- Music included: The project includes music.
- Well-documented: The project includes documentation files for both iOS and Android, making it easy to publish even for those without coding knowledge.
- Contact support: The seller offers support for any questions or problems you may encounter.
- Compatible with Buildbox version 2.3.8+: The project is compatible with Buildbox version 2.3.8 and above.
$80.00
There are no reviews yet.