OMGPOP’s Founder Before Selling The Hottest App In The World To Zynga

March 30th, 2012 by admin | No Comments | Filed in iPhone Game programming, Life@App/Game world
OMGPOP's Founder Before Selling The Hottest App In The World To Zynga   Charles Forman —  founder of OMGPOP, the company who has given  Draw Something  game — has gone from rags to riches overnight. Before the omgpop sale to Zynga for $180 million, the founder had just $1,700 in his bank account, according to a new report by the New York Times.

[ read more ]

Tutorials for Unity 3D Game Programming

March 9th, 2012 by admin | No Comments | Filed in iPhone Game programming, Unity 3D
Tutorials for Unity 3D Game Programming Dear All We are starting a new series of Unity 3D tutorials.One of mine Hello world to Unity 3D :). Click on the image to play it. Use arrows to move the character and Space bar to jump.

[ read more ]

Hello World in cocos2d-x

January 28th, 2012 by admin | 4 Comments | Filed in cocos2d-x, iPhone Game programming
Hello World in cocos2d-x Hi All , Before starting the tutorials for cocos2d-x I would like to give you a brief about the cocos2d-x: What is cocos2d-x ? cocos2d-x is a cross platform 2D game engine on various mobile platforms, port from cocos2d-iphone in C++ . It is light weighted, developer friendly and most important

[ read more ]

How to work with sound in Corona ?

January 18th, 2012 by admin | 5 Comments | Filed in Corona SDK, iPhone Game programming
How to work with sound in Corona ? In this article we will learn working with sound in Corona. I have used function and variable names in according to their purpose still if you face any problem write me on www.forum.dremsus.com. Step 1: Create a new project and name it SoundManager. Step 2: Put the sound files into a media fo

[ read more ]

How to create Modular architecture for the game in Corona ?

January 18th, 2012 by admin | 1 Comment | Filed in Corona SDK, iPhone Game programming
How to create Modular architecture for the game in Corona  ? Lets learn how to develop a program to create Modular architecture for the game using Corona. Here I am going to make a flow for in a modular way. I have tried to write the function and variable name in such way that anyone can understand it but still if you are facing any problem please write

[ read more ]

How to create an architecture for the game in Corona ?

January 17th, 2012 by admin | 1 Comment | Filed in Corona SDK, iPhone Game programming
How to create an architecture for the game in Corona  ? Lets learn how to develop a program to create an architecture for the game using Corona. Here I am going to make a flow for 1. Splash Screen 2. Play and Help button on Splash screen 3. Event Handling on Play and Help button 4. View of Help Screen on touching Help button. 5. GameOver on clicki

[ read more ]

How to load images and text in Corona ?

January 17th, 2012 by admin | 1 Comment | Filed in Corona SDK, iPhone Game programming
How to load images and text in Corona  ? Lets learn how to develop a program to load the images using Corona. There are following steps : Step 1: Open the Corona Simulator and Choose the New Project and name it "LoadingImages". Step 3: Lets open the main.lua and write following code [c] local background = display.newImage("bg.jp

[ read more ]

How to develop Hello World App with Corona ?

January 17th, 2012 by admin | 4 Comments | Filed in Corona SDK, iPhone Game programming
How to develop Hello World App with Corona  ? Lets learn how to develop hello world program using Corona. There are following steps : Step 1: Open the Corona Simulator and Choose the New Project and name it "Hello world". Step 2: It will genarate three lua files: a) build.settings.lua : which will contain the build settings. b) confi

[ read more ]

Working of Corona SDK

January 17th, 2012 by admin | 1 Comment | Filed in Corona SDK, iPhone Game programming
Working  of Corona SDK I this article we are going to learn how to install and work on Corona SDK. There are following steps : 1. Click on exe of Corona SDK to install it. 2. Go to Start and Open the Corona Simulator . 3. The interface will look like this where you can create a new Project, view the simulator

[ read more ]

What is Corona SDK ?

January 17th, 2012 by admin | 3 Comments | Filed in Corona SDK, iPhone Game programming
What is Corona SDK ? Corona SDK is a iOS Development Tool which allows software programmers to build mobile applications for the iPhone,iPad, and Android devices. Corona lets developers use integrated Lua, layered on top of Objective-C, to build graphically rich applications that are also lightweight in size an

[ read more ]