Mobile Game, Mobile Fun – Make a mobile game FOR A BILLION DOLLAR MARKET – can I do that?



Mobile Game, Mobile Fun – Make a mobile game FOR A BILLION DOLLAR MARKET – can I do that?

0 0


mobileGamePresentation


On Github fangzhzh / mobileGamePresentation

Mobile Game, Mobile Fun

Make a mobile game FOR A BILLION DOLLAR MARKET

agenda

  • Mobile game market
  • Basic concepts
  • Revenue
  • Toolkit
  • Demo

Mobile game market

Types of mobile game

  • Action
  • Action-adventure
  • Adventure
  • Role-playing
  • Simulation
  • Strategy
  • Sports
  • Casual gaming
  • ...
Types of mobile game

flappy bird

  • $50,000 revenue per day
  • 50 million total download
  • #1 game on App Store and Google Play Store for a month

plant vs zombie 1

  • $1M after 10 days of release
  • $100M total in 2010

can I do that?

in the past

right now

basic concepts

  • Scenes
  • Director
  • Layers
  • Sprites

Basic concepts : Scenes

Basic concepts : Scenes

Basic concepts : Scenes

Basic concepts : Director

push scene

Basic concepts : Director

replace scene

Basic concepts : Layers

Basic concepts : Sprites

vs

Basic Concepts in demo

Where is the game plot?

  • Timer
  • Animation

Timer

-(void)update:(ccTime)dt
{
    // fake code, for illustration
    monsters.attack();
    towers.defence();
}

Timer

Animation

Animation

So far, so good

but wait...

how this shit makes money

where is

Ads, Paid App or

In Application Purchase?

It's a problem

Paid App or In Application Purchase?

Paid App or In Application Purchase?

Apple IAP

Google IAP

well done

Toolkit

  • TexturePacker(animation)
  • Tiled(map)
  • SpriteBuilder(scene)
  • Chipmunk(physics)

Demo

Thank You

BY Zhang Zhenfang @ Android

0