ABC KIDS BUILDBOX PROJECT WITH ADMOB
$18.00
4 sales
0/5 Stars – A Disappointing Educational Game for Kids
I recently had the opportunity to review the ABC Kids BuildBox Project with AdMob, a supposedly educational game designed for kids. Unfortunately, my experience with this game was underwhelming, and I was left feeling disappointed and unimpressed.
The Game
The game is built using Buildbox 2.2.8 and 2.3.3, which is a popular game development engine. The game’s interface is colorful and visually appealing, with HD graphics that are sure to catch the attention of young children. However, the gameplay itself is lacking in substance and creativity.
Features
The game boasts a few features that are supposed to make it stand out, including Admob integration, HD graphics, and compatibility with over 12,500 devices. While these features may be impressive on paper, they don’t necessarily translate to a engaging or enjoyable gaming experience.
Exporting the Game
If you’re interested in exporting the game and publishing it on the Play Store, the process is relatively straightforward. Simply import the project into Eclipse, change the package name, app name, icons, share message, and AdMob ID to your own, and then export the project and upload the APK file to the Play Store.
Conclusion
Overall, I would not recommend the ABC Kids BuildBox Project with AdMob to anyone looking for a high-quality educational game for kids. While the game has some nice visuals and features, the gameplay is lacking and the overall experience is underwhelming. With a score of 0 out of 5 stars, I would advise parents and educators to look elsewhere for a more engaging and effective educational game for kids.
User Reviews
Be the first to review “ABC KIDS BUILDBOX PROJECT WITH ADMOB”
Introduction
Welcome to the ABC KIDS BuildBox Project with AdMob Tutorial! In this tutorial, we will guide you on how to integrate AdMob ads into your ABC KIDS BuildBox project, a popular game development tool for creating 2D games. AdMob is a popular mobile ad mediation platform that helps you earn revenue from your app or game by displaying ads. By following this tutorial, you will learn how to set up AdMob ads in your BuildBox project and monetize your game.
Prerequisites
Before starting this tutorial, make sure you have:
- ABC KIDS BuildBox installed on your computer.
- AdMob account created.
- Basic knowledge of XML and JavaScript.
Step 1: Set up AdMob Account and Ad Unit
- Create an AdMob account or log in if you already have one.
- Create a new ad unit by clicking on "Apps" > "New app" > "Add to AdMob".
- Fill in the required information, such as app name, package name, and ad format.
- Click "Create ad unit" to create a new ad unit.
Step 2: Set up AdMob in BuildBox
- Open your BuildBox project and create a new scene or select an existing one.
- Go to the "Scene" menu and click on "Scene settings" > "XML".
- In the XML file, add the following code inside the
<scene>
tag:<admob-ad android:id="@+id/admob_ad" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:background="@drawable/admob_background" admob:adunitid="YOUR_AD_UNIT_ID" admob:adformat="BANNER" admob:adorientation="HORIZONTAL" />
Replace
YOUR_AD_UNIT_ID
with the actual ad unit ID from your AdMob account.
Step 3: Add AdMob Java Script
- Go to the "Scene" menu and click on "Scene settings" > "JavaScript".
- In the JavaScript file, add the following code:
// Load the AdMob library (function() { var s = document.createElement('script'); s.type = 'text/javascript'; s.src = 'https://PAGE_PATH_TO_ADMOB_LIBRARY'; document.head.appendChild(s); })();
// Initialize the AdMob ad function initAd() { var adView = document.getElementById('admob_ad'); if (adView) { adView.addEventListener('onAdLoaded', onAdLoaded); adView.addEventListener('onAdFailedToLoad', onAdFailedToLoad); adView.addEventListener('onAdOpened', onAdOpened); adView.addEventListener('onAdLeftApplication', onAdLeftApplication); } }
// AdMob ad loading event function onAdLoaded() { console.log('Ad loaded'); }
// AdMob ad loading failed event function onAdFailedToLoad(error) { console.log('Ad failed to load: ' + error); }
// AdMob ad opened event function onAdOpened() { console.log('Ad opened'); }
// AdMob ad left application event function onAdLeftApplication() { console.log('Ad left application'); }
Replace `PAGE_PATH_TO_ADMOB_LIBRARY` with the actual path to the AdMob library.
**Step 4: Add AdMob Ad to Scene**
1. Go back to the BuildBox scene and drag the AdMob ad to the desired location.
2. Resize the ad to your desired size.
**Step 5: Test the AdMob Ad**
1. Run your BuildBox project on a mobile device or emulator.
2. Ensure that the AdMob ad is displayed correctly.
3. Test the ad by clicking on it or rotating the device.
**Step 6: Monitor AdMob Ad Performance**
1. Log in to your AdMob account and navigate to the "Monetize" tab.
2. Click on "Ads" and select your app.
3. View ad performance metrics, such as impressions, clicks, and earnings.
That's it! You have successfully integrated AdMob ads into your ABC KIDS BuildBox project. By following these steps, you can now monetize your game and earn revenue from AdMob ads.
Here is the settings example:
Advertising ID
string AdvertiserId = "ca-app-pub-123456789012345";
Ad Placement
int RewardAdDuration = 15; // in seconds
int FullScreenAdDuration = 15; // in seconds
Initial Interstitial
bool InitialInterstitial = true;
Loading Interstitials
bool LoadInterstitial = true;
bool LoadInterstialOnForeground = false;
bool LoadInterstialOnBackground = false;
Rewarding Videos
string RewardVideoRewardId = "rewarded_video_id";
int RewardVideoAmount = 1;
int RewardVideoQuantity = 1;
bool LoadRewardedVideoOnForeground = false;
bool LoadRewardedVideoOnBackground = false;
Ad Display Settings
bool InterstitialAnimated = true;
bool VideoAdVolumeControl = 0.5f; // 0.0f to 1.0f
bool UseRewardedVideos = true;
Additional Settings
string AppId = "YOUR_APP_ID";
string GCMProjectNumber = "YOUR_GCM_PROJECT_NUMBER";
Here are the features of the ABC KIDS BUILDBOX PROJECT WITH ADMOB:
- Admob: The game uses Admob for advertising.
- HD Graphics: The game features high-definition graphics.
- Works on more than 12508 devices: The game is compatible with a large number of devices.
Note that there are only three features mentioned in the provided content.
There are no reviews yet.