Showing posts with label new game. Show all posts
Showing posts with label new game. Show all posts

Monday, April 11, 2016

Fighting Number 24 - New Way to improve your mind

Why number is 24?

24 is present for 24 hours a day. With this game, you will good to calculate your time in your day.

Do you know 3 days have 72 hours or you can divide a day to 3 same part with 8 hours a part? You will calculate this math when playing my game.

72 / 3 = 24
3 * 8 = 24

and many more …

Because 24 = 4!. It can divide many number from 1, 2, 3, 4, 6, 8 (6 from 1-9, so many from other) and can make many combination to think.
Just play with this number and you will see how far your mind is improving when play with it.

+ Why you need to play?
With more than 400 combinations, you will get all of case with your time
Each game is so short and help you relax for a little time, you can come and do later.



Time Mode will test your mind

Link: Download 




The goal is creating number 24


This is our goal


More than 400 combine of number for you to challenge your mind

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 

Sunday, February 9, 2014

Flappy Ghost - Adventures of flappy ghost

* A lonely ghost fly in a dark city. He is weak and easy to be hurter by any tower in this city.
Come and guide him to fly throughout this city.
 This game is very simple and very hard to master it. You touch and the ghost will fly on.

 - Tap to my your ghost up
 - Avoid the house
 - Try to fly far far away

* You will lose if you hit the tower.
 Come and try yourself how far you can touch.
Come and share your score with the world.

View in App Store

Link for iPad: View in App Store