Posts

Showing posts from December, 2015

3 things mobile game developer need to do for good game.

1. Easy control There are a lots of game into both popular store Google Play store and Apple App store. I have downloaded some games and played them. Among them some had such a easy control to play that I can play it while taking lunch or tea.This is things should be in game. Most of the people want to play game when they are traveling or in free time. So, easy control is the good things when mobile device is not at fixed position. 2. Engage user Another best things is to engage user as much as you can. It doesn’t mean that user will be so disappointed that he uninstall your game. Provide him a best graphics and new things in each level. As a example Candy Crush and BoxCube game. they provide new challenges at each level. 3. Suggest user Recently I play BrainDots game. It help me lot when I am confused. I press the hint and it save my life. Candy Crush also provide this feature. It animate candy when user doesn’t touch screen for some time.

Basic of any computer language :

if you are a developer then it will sharp your basic concept about language.And if you are just new bee for language, then it will make strong your basic. For learning any language, we should not have graduation or any other degree. Today, we will learn basic of any language. These things will be related to Java, Objective-c, PHP, Swift, etc. What is computer language? - Simple, it is a language just like human language. I use English  to communicate with you. But, If I want to tell computer that ‘Hi ! How are you?’ then I should use computer language.   Today, we tell computer to make SUM of two numbers. Because computer is over servant. right? We will follow these steps to tell this to it. 10 + 11 = 21 Step 1 : - Tell computer store ’10’ in RAM. Computer say: I saved.what name should I give me, so you can find it?  “Tell it as ‘John’”  “OK.Sir” You say: “Store 11 in RAM & name it ‘Bob’ ” Computer: “Done, sir” As I said computer can’t und