Showing posts with label mobile. Show all posts
Showing posts with label mobile. Show all posts

Tuesday, January 14, 2020

Block Builder

Sort the block with full line.

Block Builder is simple and very addictive game. The goal is simple, drop the block and create a full line to destroy them.

With 2 modes classic and challenge, this game will make you spend your time for playing this.

Challenge with 60 challenge levels to test your skill.

Link for Android: Download





Sunday, May 5, 2019

Hyper Casual Game Tutorial

A great tutorial from Awesome Tuts:



https://www.youtube.com/watch?v=gc5a_Z6M4hs

Asset download at:

https://learn.awesometuts.com/courses/199187/lectures/9141041

Description:
Player control a character try to move down to avoid a death from the spike at the top

+ Have 5 different platforms can interact with player:
- Standard platform
- Spike platform
- Speed platform with left and right
- Breakable platform

+ What you learn:
- Custom the screen resource in Unity
- Create platform with different type with prefabs
- Create wave that random platform
- Control player: Movement and Bounding
* Movement control Input and move the player
* Bound will avoid player move out of the box
- Using V shortcut to move exactly fix with other Object
- Add function to any frame of an animation (like do in 0.3 seconds)

Monday, May 30, 2016

Hammer Head Premium

The fight now start from your garden.

Make the bunny away from your garden by touch on them when they go up.
Face to the boss to protect your garden.

Time Mode: A huge wave of mode is coming. Fight and take away as much as you can before the time is
Quick Touch: Touch at much at you can and get higher score

Note: You will lose your hearth if you touch miss.

Link: Download


More Game and More Fun


Fighting with Cute Animal to Protect your Garden


Faced with the bigger Boss


Race with time to kill more animal


Tuesday, March 3, 2015

Create level with pList

With the small game, you need some database to easy create a level map. CoreData is so hard for your little game. So pList is suitable for you to create a small data for your game.

This is easy to change and give more level to your games. It contains all the base information for your game and you can change it very easy.
This is good for Sprite Kit, too. All this come from Apple so they will perfect with other.

So first we should know how to create a Plist File:

+ Just create a new File in your Xcode project and you will see it from


* This time you only need to create your pList to start store your data. This will be constructor like this:
- You have 2 types of collection data to store an data with have many properties: Dictionary and Array
+ Dictionary to store the different type of property
+ Array to store to similar property for your object

- The other types is used to store  the data for you to use this:
+ Boolean
+ Data
+ Date
+ Number
+ String

- This will very easy to get your data from pList:

    NSString* lkPath = [[NSBundle mainBundle] bundlePath];
    NSString* lkFinalPath = [lkPath stringByAppendingPathComponent:@"LKGameData.plist"];
    NSDictionary *lkPlistData = [NSDictionary dictionaryWithContentsOfFile:lkFinalPath];

=> This code will get all the data from pList for ready to create your level.
- You can check all the property in this pList by using:

    NSLog(@"The property list contains: %@", lkPlistData);

=> This code will show all your property list in this pList and you can check them for right input 

Wednesday, January 29, 2014

Sprite Kit: Introduction to new century

Sprite Kit is the new engine from Apple

It is the way that you can choose to go. Apple have a lot of plan to the future that you can join in.

With Sprite Kit, you can:
- Develop game for iPhone, iPad
- Develop game for Mac OS
+ With all new function of iOS and Mac OS

In future, you can:
- Develop game for Apple TV
- Develop game for Big iPad (12.9 inches)
- Develop game for iWatch (Apple Watch)

=> This engine is belong and main tool of Apple, so you will make your game before any tools.

Just choose right engine for your process and you never regret.

Monday, January 20, 2014

Development is not a simple work

Development is not a simple work and cannot do by only some people.

Coding a game only the first step of developing a game.
- First step is very important because you decide to join in this era. However, it is not all. You have a lot of works to do to make sure your game successful. At the beginning of this era, if you game is good, it will be accepted by user because there aren't many games to play and user have enough time to test most of game. This time is very different, there are more than 100.000 games in AppStore and user cannot test all of these game.

* These are things you need to do:
- Make your title impressive
- Focus on your description
- Make beautiful screenshot
- Let people know you publish a game

* There are something you must do:
- Don't join some market, just create it.
- If you cannot create a market for your game, clone top game, not normal game.
- It is always enough space for your game, just do it or you never know how good your game is.

Friday, January 17, 2014

Hitting Me - New World


1. Description: 

- Hitting Me is a simple game that can help you spend your time to have fun. The only goal is get more score when hitting star. It is the fun game for playing with friend or your family. 


- There are 3 mode in this game: 


* Classic Mode: for playing normal, get all star before the big one. 

* Crazy Mode: Hitting star like crazy. 
* Zen Mode: You will play forever. If you get the bomb, you will lose some point. 

* A shop for you to get more Star by using the support tool. 

+ Clock: Get more time to continues get Star 
+ Clover: Give more valuable star for you to get more Score 
+ Bomb: turn all meteor to values star and you will not lose score when touch in meteor. 

2. Guide Line: 

- There are 3 mode for this game: 

* Classic Mode: You need to get all the valuable item before you get the finishing item (Star). If you get Star, you will get another set that will appear and a bomb on the screen. Moreover, it divide to the stage and if you get the goal score, your time will increase 60 sec. 


* Crazy Mode: Help you try “Hitting Me” in a special more that crazy. More and more STAR for you to get 


* Zen Mode: Game that help you relax, there are nothing harmful in this game. You just click and click. Your score will be saved and increase each time you play this.







Menu of Hitting Me


Start With Many Star and Meteor


Go and Go


Shopping to get more thing to have more score


About author