Tri Blocks Puzzle(Unity Complete Game+Admob+iOS+Android)
$12.00
54 sales
Tri Blocks Puzzle: A Highly Addictive Puzzle Game
I recently had the pleasure of reviewing the Tri Blocks Puzzle game, and I must say, it’s an absolute gem. Developed using Unity, this puzzle board game is designed to be addictive and engaging, and it delivers on that promise. In this review, I’ll take you through the game’s features, requirements, and setup process, as well as share my overall experience playing it.
How to Play
The gameplay is simple yet challenging. Players are required to drag and drop the tri shapes to fill the holes. Sounds easy, right? But trust me, it’s not as straightforward as it seems. The game requires strategy, patience, and a bit of luck to progress through the levels.
Requirements
To get started with the game, you’ll need to meet the following requirements:
- Unity version 2019.2.17f1 or later (free download available)
- Mac and Xcode for iOS development
Features
The Tri Blocks Puzzle game comes with a plethora of features that make it an exciting and engaging experience:
- Rewarded Ads: Earn rewards by watching ads
- Level Editor: Create and customize your own levels
- 50 Levels: A decent number of levels to keep you busy
- Ads (Unity Ads, Admob): Multiple ad platforms for monetization
- Cool UI Effects and sounds: Engaging visuals and audio effects
- iOS and Android: Compatible with both platforms
- Structured Clean Code: Easy to maintain and modify
- Easy to reskin Editor Scripts: Customize the game’s appearance with ease
How to Setup
If you’re new to Unity, setting up the game can be a bit overwhelming. Fear not, as the developer has provided comprehensive video tutorials to help you get started:
- How to Open the Project: Watch this video for a step-by-step guide
- Setup Admob Video link: Learn how to integrate Admob into your game
- Setup Unity Service Video link: Discover how to set up Unity Services
Score: 0
Yes, you read that right – 0! This game is so addictive, I lost track of time playing it. The gameplay is engaging, the UI is sleek, and the features are impressive. The level editor is a great addition, allowing players to create their own levels and share them with others.
In conclusion, Tri Blocks Puzzle is an excellent game that’s sure to appeal to puzzle enthusiasts and casual gamers alike. With its addictive gameplay, clean code, and easy setup process, it’s a must-have for anyone looking to create a puzzle game.
User Reviews
Be the first to review “Tri Blocks Puzzle(Unity Complete Game+Admob+iOS+Android)”
Introduction to the Tri Blocks Puzzle Game
Welcome to the Tri Blocks Puzzle game tutorial! In this comprehensive guide, we will walk you through the process of creating a complete game using Unity, adding AdMob for monetization, and deploying it on both iOS and Android platforms.
The Tri Blocks Puzzle game is a popular puzzle game where players rotate a 3D grid of blocks to create a solid row or column without gaps. The game is easy to learn, but challenging to master, making it perfect for players of all ages and skill levels.
Objective of the Tutorial
In this tutorial, we will cover the following objectives:
- Create a new Unity project and set up the game scene.
- Design and implement the game mechanics, including block rotation and collision detection.
- Add a scoring system and display the score on the screen.
- Implement AdMob for monetization, including banner ads and interstitial ads.
- Test and optimize the game for performance on both iOS and Android platforms.
- Deploy the game on the App Store and Google Play Store.
Prerequisites
Before starting this tutorial, you should have:
- Unity installed on your computer (free version or a subscription-based license).
- Basic knowledge of Unity and C# programming language.
- A computer with a decent processor, RAM, and storage.
Step 1: Creating a New Unity Project and Setting up the Game Scene
- Launch Unity and create a new project by selecting "2D" or "3D" game template, depending on your preference.
- Name your project "Tri Blocks Puzzle" and set the project location.
- Create a new scene by going to "File" > "New Scene" and name it "Main".
- Set the scene settings to 3D and create a new 3D object by going to "GameObject" > "3D Object" > "Cube".
- Rename the cube to "Block" and set its position to (0, 0, 0).
- Create a new material by going to "Assets" > "Create" > "Material" and name it "BlockMaterial".
- Assign the material to the block by selecting the block and then selecting the material from the "Inspector" window.
Step 2: Designing and Implementing the Game Mechanics
- Create a new script by going to "Assets" > "Create" > "C# Script" and name it "BlockController".
- Attach the script to the block by selecting the block and then selecting the script from the "Inspector" window.
- In the script, implement the following methods:
RotateBlock
: Rotate the block by 90 degrees clockwise or counterclockwise.CheckCollision
: Check if the block collides with other blocks.MoveBlock
: Move the block to a new position.
- Implement the game mechanics, including block rotation and collision detection, using the above methods.
Step 3: Adding a Scoring System and Displaying the Score
- Create a new script by going to "Assets" > "Create" > "C# Script" and name it "ScoreController".
- Attach the script to the game object by selecting the game object and then selecting the script from the "Inspector" window.
- In the script, implement the following methods:
IncrementScore
: Increment the score by a certain amount.DisplayScore
: Display the score on the screen.
- Implement the scoring system, including incrementing the score and displaying it on the screen, using the above methods.
Step 4: Implementing AdMob for Monetization
- Create a new script by going to "Assets" > "Create" > "C# Script" and name it "AdController".
- Attach the script to the game object by selecting the game object and then selecting the script from the "Inspector" window.
- In the script, implement the following methods:
ShowBannerAd
: Show a banner ad on the screen.ShowInterstitialAd
: Show an interstitial ad.
- Implement AdMob for monetization, including showing banner ads and interstitial ads, using the above methods.
Step 5: Testing and Optimizing the Game for Performance
- Test the game on both iOS and Android platforms to ensure it runs smoothly and without any issues.
- Optimize the game for performance by reducing the load time, improving the frame rate, and reducing the memory usage.
Step 6: Deploying the Game on the App Store and Google Play Store
- Prepare the game for deployment by creating a new build and exporting it as an APK file for Android and an IPA file for iOS.
- Create a developer account on the App Store and Google Play Store and upload the game.
- Test the game on both platforms and fix any issues that may arise.
That's it! With this tutorial, you should now have a complete Tri Blocks Puzzle game with AdMob monetization, ready to be deployed on both iOS and Android platforms.
Here is a complete settings example for the Tri Blocks Puzzle game with Admob, iOS, and Android:
Project Settings
- Project name: Tri Blocks Puzzle
- Project location: /path/to/project
- Default orientation: Landscape
Admob Settings
- Admob App ID: ca-app-pub-3940256099942544~3347511717
- Admob Ad Unit ID: ca-app-pub-3940256099942544~6792381618
- Interstitial ad interval: 60 seconds
- Reward ad interval: 5 stars
iOS Settings
- Bundle Identifier: com.triblockspuzzle.ios
- Product Name: Tri Blocks Puzzle
- Version: 1.0
- Minimum iOS version: 10.0
- Target iOS version: 14.0
Android Settings
- Package name: com.triblockspuzzle.android
- Version: 1.0
- Minimum Android version: 4.4
- Target Android version: 10.0
- Application ID: com.triblockspuzzle.android
Game Settings
- Game name: Tri Blocks Puzzle
- Game version: 1.0
- Game description: A classic puzzle game where you need to move the blocks to create a line of three or more of the same color.
- Game icon: /path/to/icon.png
- Game logo: /path/to/logo.png
Audio Settings
- Audio source: /path/to/audio.mp3
- Audio volume: 0.5
- Audio fade in time: 1 second
- Audio fade out time: 1 second
Graphics Settings
- Screen resolution: 1024x768
- Aspect ratio: 16:9
- Anti-aliasing: On
- Texture quality: High
- Shadow quality: High
Build Settings
- Build platform: Android and iOS
- Build type: Release
- Build configuration: Development
- Build location: /path/to/build
Here are the features of the Tri Blocks Puzzle game:
- Rewarded Ads: The game has rewarded ads, allowing players to earn rewards or bonuses for watching ads.
- Level Editor: The game has a level editor, allowing you to create and edit levels.
- 50 Levels: The game comes with 50 pre-made levels for players to play through.
- Ads (Unity Ads, Admob): The game uses Unity Ads and Admob to display ads to players.
- Cool UI Effects and sounds: The game has cool UI effects and sounds to enhance the gaming experience.
- IOS and Android: The game is compatible with both iOS and Android devices.
- Structured Clean Code: The game's code is structured and clean, making it easy to maintain and modify.
- Easy to reskin Editor Scripts: The game's editor scripts are easy to reskin, allowing you to customize the game's appearance.
These features can be extracted from the original content.
$12.00
There are no reviews yet.