How to make a mobile game/ Where to start?

Hi,

I am new here and want to develop a mobile game but I dont know where to start :(? Anyone an idea?

You make the game normally. Like…um…watch the tutorials…

Let alone that, you then just need to port the controls (which would be gestures and taps I guess - and gyro? - you decide), as well as specific stuff like Google Play/Achievements or AppStore integrations, leaderboards etc.

Then, you need to export (package) the game for your target platform(e.g. Android/iPhone). You need the specific SDKs for each job. Please take a look at the documentation , the introductory tutorials. (PRO Tip: Watch regular programming videos on the side)

Useful links:

http://developer.android.com/sdk/index.html

(I don’t have a clue about iStuff sorry :confused: )