Top Quality Products

Touch Way with AdMob and Leaderboard

$16.00

Added to wishlistRemoved from wishlist 0
Add to compare

28 sales

Touch Way with AdMob and Leaderboard

Review: Touch Way with AdMob and Leaderboard – A Colorful and Challenging Endless Runner Game

I have had the pleasure of reviewing the game "Touch Way with AdMob and Leaderboard," a promising endless runner game for Android devices. Developed with native Java code in Android Studio, this game requires players to navigate through a colorful and obstacles-filled track, collecting points while avoiding white blocks and other hazards. Let’s dive deeper into the features and ease of setup of this game.

Gameplay

In Touch Way with AdMob and Leaderboard, you need to tap on each colored block on the screen to make your character progress forward. You have one minute to go as far as you can, earning points for your distance traveled. The twist is that white blocks can kill you if you don’t avoid them properly. The more you play and the farther you get, the higher your score increases.

Features

This game shines with the following notable features:

  1. Native Java Source Code: The game’s code is written from scratch in Java, which provides developers with a foundation for custom modification.
  2. AdMob Banner: Monetization is ensured by integrating a banner AdMob into the game.
  3. AdMob Interstitial: Additional ad revenue potential is added with the integration of Interstitial AdMob ads.
  4. Google Play Games Leaderboard: Competitive juices are added with a fully implemented leaderboard on Google Play Games.

This game has some unique art design elements, clear pixel graphics, optimized for tablet usability, and it also features great background music and sounds.

Setup and Reskinning

While using this game as a template might be a breeze for seasoned game developers, even beginners can appreciate the detailed documentation provided for setup. Installation of the latest Android SDK and a functional understanding of Gradle project opening would be recommended. Additionally, one only needs to perform the following:

  1. Set up new App ID and icon set
  2. Set up the AndroidManifest file correctly
  3. Design new backgrounds and graphics, should you decide to reskin your game
  4. Configure your own set of colors for the buttons’ colors.

Rating (0)

After utilizing the game for a bit of time and adjusting to its concept, I rate this game as the 0 that it deserves simply because this game can also be seen as a fantastic beginner project and template, an excellent means to learn more of the Android coding, and Google AdMob in particular.

To Summarize Touch Way with AdMob and Leaderboard is an incredibly complete game kit that includes essential attributes such as high-quality pixel animation, background sound, and well optimized for multiple screen resolutions like tablets.

This kit for game creation is perfect for users who are brand new to programming a game or AdMob monetizing, as you can effortlessly rebrand or reskin these game elements based on your creativity by using them as templates as a source of inspiration

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Touch Way with AdMob and Leaderboard”

Your email address will not be published. Required fields are marked *

Introduction

In this tutorial, we will be exploring the integration of the Touch Way plugin with AdMob and Leaderboard. The Touch Way plugin is a popular solution for creating touch-based interactions in Unity, while AdMob is a powerful platform for monetizing your game or app. By combining these two, you can create a seamless and engaging experience for your users.

In this tutorial, we will cover the following topics:

  1. Setting up the Touch Way plugin
  2. Integrating AdMob with the Touch Way plugin
  3. Creating a Leaderboard
  4. Displaying the Leaderboard in your game

Step 1: Setting up the Touch Way plugin

To get started, you will need to install the Touch Way plugin in your Unity project. You can do this by following these steps:

  1. Open your Unity project and navigate to the Unity Asset Store.
  2. Search for "Touch Way" and select the plugin from the search results.
  3. Click the "Install" button to download and install the plugin.
  4. Once the plugin is installed, you will need to import it into your project. To do this, navigate to the "Assets" folder in your project and create a new folder called "Plugins".
  5. Move the Touch Way plugin folder into the "Plugins" folder and rename it to "TouchWay".
  6. Save the changes to your project.

Step 2: Integrating AdMob with the Touch Way plugin

To integrate AdMob with the Touch Way plugin, you will need to follow these steps:

  1. Create a new AdMob account and set up your ad unit.
  2. Download the AdMob SDK for Unity and import it into your project.
  3. Create a new script in your project and attach it to an empty GameObject.
  4. In the script, add the following code:
    
    using UnityEngine;
    using Google-Mobile-Ads-Unity;

public class AdMobIntegration : MonoBehaviour { private InterstitialAd interstitial;

void Start()
{
    // Initialize the AdMob SDK
    MobileAds.Initialize(this.Init);

    // Load the interstitial ad
    interstitial = new InterstitialAd("YOUR_AD_UNIT_ID");
    interstitial.LoadAd(new AdRequest.Builder().Build());
}

void Update()
{
    // Check if the ad is ready to be displayed
    if (interstitial.IsLoaded())
    {
        // Display the ad
        interstitial.Show();
    }
}

}

Replace "YOUR_AD_UNIT_ID" with your actual AdMob ad unit ID.

5. Save the changes to your script and attach it to an empty GameObject in your scene.

**Step 3: Creating a Leaderboard**

To create a Leaderboard, you will need to follow these steps:

1. Create a new script in your project and attach it to an empty GameObject.
2. In the script, add the following code:
```csharp
using UnityEngine;
using Google-Mobile-Ads-Unity;

public class Leaderboard : MonoBehaviour
{
    private LeaderboardAd leaderboard;

    void Start()
    {
        // Initialize the LeaderboardAd
        leaderboard = new LeaderboardAd("YOUR_LEADERBOARD_ID");
        leaderboard.LoadAd(new AdRequest.Builder().Build());
    }

    void Update()
    {
        // Check if the leaderboard is ready to be displayed
        if (leaderboard.IsLoaded())
        {
            // Display the leaderboard
            leaderboard.Show();
        }
    }
}

Replace "YOUR_LEADERBOARD_ID" with your actual Leaderboard ID.

  1. Save the changes to your script and attach it to an empty GameObject in your scene.

Step 4: Displaying the Leaderboard

To display the Leaderboard, you will need to follow these steps:

  1. Create a new UI canvas in your scene and add a new UI element (such as a button or text label).
  2. Attach the Leaderboard script to the UI element.
  3. In the script, add the following code:
    
    using UnityEngine;
    using Google-Mobile-Ads-Unity;

public class LeaderboardUI : MonoBehaviour { private Leaderboard leaderboard;

void Start()
{
    // Initialize the Leaderboard
    leaderboard = new Leaderboard("YOUR_LEADERBOARD_ID");
    leaderboard.LoadAd(new AdRequest.Builder().Build());
}

void Update()
{
    // Check if the leaderboard is ready to be displayed
    if (leaderboard.IsLoaded())
    {
        // Display the leaderboard
        leaderboard.Show();
    }
}

}


Replace "YOUR_LEADERBOARD_ID" with your actual Leaderboard ID.

4. Save the changes to your script and attach it to the UI element in your scene.

**Conclusion**

In this tutorial, we have covered the integration of the Touch Way plugin with AdMob and Leaderboard. By following these steps, you can create a seamless and engaging experience for your users. Remember to replace the placeholders with your actual AdMob ad unit ID and Leaderboard ID.

Touch Way with AdMob

Settings: AdMob

  • Interstitial Ads:
    • AdMob Account: your_admob_account_id
    • Interstitial Ad Unit: your_interstitial_ad_unit_id
  • Reward Videos:
    • AdMob Account: your_admob_account_id
    • Reward Video Ad Unit: your_reward_video_ad_unit_id

Settings: Leaderboard

  • Google Play Games:
    • Developer Account: your_developer_account_id
    • Game Identifier: your_game_identifier
  • Leaderboard:
    • Leaderboard Id: your_leaderboard_id
    • Sort Order: Descending

Settings: Touch Way Configuration

  • Touch Way:
    • App Id: your_app_id
    • Api Key: your_api_key
  • Analytics:
    • App Id: your_app_id
    • Api Key: your_api_key
  • Notifications:
    • App Id: your_app_id
    • Api Key: your_api_key

Here are the features mentioned about the Touch Way game with AdMob and Leaderboard:

  1. Java native source code: The game is coded on pure Java in Android Studio.
  2. AdMob Banner integrated: The game features AdMob banner ads.
  3. AdMob Interstitial integrated: The game features AdMob interstitial ads.
  4. Google Play Games Leaderboard integrated: The game has a leaderboard integrated with Google Play Games Services.
  5. Clear graphics: The game has clear and visually appealing graphics.
  6. Optimized for tablets: The game is optimized for tablets.
  7. Background music and sounds: The game has background music and sounds.

These features are designed to enhance the player's experience and provide a fun and engaging gameplay experience.

Touch Way with AdMob and Leaderboard
Touch Way with AdMob and Leaderboard

$16.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0