Showing posts with label iPad. Show all posts
Showing posts with label iPad. Show all posts

Thursday, September 1, 2016

Word Play: Sea Fishes

Do you know the best way to remember something is playing with them a lot?
Kid can learn very fast but they don’t spend so much time on these thing.
The great way for you to make the children can learn is let them interesting with these items through the great image and sound on this.

This game will help you to make your children have interesting with sea animals. Each sea animal have its name and cute image will make your children remember better. These game is simple but will make them happy with cute sea animals. Have a good time with your family.

There is testing mode that help children can check their memory.

By making full words, children will learning natural without any trying. After 10 times play, they will remember the words and pictures very well. You can check them. The only hard thing is make this usually.

Feature:

- 25 sea fishes word can make them remember very well.
- Can pronoun and let the kid learning.
- Learning Scene with word on image
- Playing Scene with word on image
- Learning Scene with word on image

Note: This app is done with Sprite Kit, the best framework for game from Apple.

Download: Link





Sunday, August 28, 2016

Word Play: Junior Animals

Do you know the best way to remember something is playing with them a lot?
Kid can learn very fast but they don’t spend so much time on these thing.
The great way for you to make the children can learn is let them interesting with these items through the great image and sound on this.

This game will help you to make your children have interesting with animal. Each animal in the card with its name and cute image will make your children remember better. These game is simple but will make them happy with cute animals. Each junior animal have the familiar background and easy to teach them about this animal. Have a good time with your family.

By making full words, children will learning natural without any trying. After 10 times play, they will remember the words and pictures very well. You can check them. The only hard thing is make this usually.

Feature:

- 26 junior animals can make them remember very well.
- Can pronoun and let the kid learning.

Note: This app is done with Sprite Kit, the best framework for game from Apple.

Download: Link






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 

Friday, June 13, 2014

Heroic Strike

COLLECT ITEMS WITH SPEED AND BUILD YOUR CHARACTER WITH YOUR WEAPON.  

This game is simple, you choose the side that have more item and get score.
* Playing Mode:
- Just choose what side have more item and you collect these weapon. With equal number, you will get all items on 2 sides, this is an extra items for you.
* Gallery:
- Total weapon you get will be here. 

* Fighting Mode:
- This time is the time you will fight for your skill. All symbols that you collect from playing mode will be used to fight again the monsters from forests.
+ Skill:
- Heal: Recover your heath
- Attack: Normal Attack that is weak but no cost for this skill
- Heroic Strike: Strongest damage in this game that can be multiple by 5 -10 times your Attack but it will cost some symbol or will be recover very slow.
- Revive: Your health is lower than 0 and you die. Just use this skill to come back to the fight and continues protect your love things.


Spider with poison and high stamina

Normal Spider and easy to kill

Armour Spider with high Stamina and deadly bite

Deadly Bee with high chance to avoid your attack


Spider from the forest



I am project leader and my partner, Hung Nguyen.



Now begin your adventure with "Heroic Strike"


Collection Items for your upgrade


Getting score for your single game


Try to get more score with single games


Waiting for starting fight


Faster and get better score

Link to download: Start your adverture

Support Ipad (iPhone will be support soon).
  翻译: