Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cómo ganar dinero con tus juegos online

Kartones
November 08, 2013

Cómo ganar dinero con tus juegos online

@Gamelab Academy

Kartones

November 08, 2013
Tweet

More Decks by Kartones

Other Decks in Programming

Transcript

  1. Gems or no gems VISIBILITY 0 50 100 150 200

    May Jun Jul Aug Sep Oct Nov
  2. Game player support INTEGRATION • All major plugins and frameworks:

    • Flash/Shockwave • Unity • HTML 5 + JS
  3. Game Sandbox INTEGRATION • Hosted games • Safer • Game

    file + statics (no serverside code) • External games • MiniPlay Connect (SSO)
  4. Game Sandbox INTEGRATION • Dev/Prod flags • Dev features: •

    Different game files (updates, bugfixes…) • Hidden except to game devs & test users • Achievements, Purchases and Stats simulators
  5. C2S & S2S INTEGRATION • Client to Server • Actionscript

    3 • Javascript ! • Server to Server • REST
  6. Actionscript 3 INTEGRATION • Read/Write access to modules • Callbacks

    for most functions • Needs JS API too (or works with limited functionality)
  7. Javascript API INTEGRATION • Read-only functionality • Interact with sandbox/site

    (hosted games) • Miniplay Connect (external games) • Game share, invites and challenges
  8. Items module INTEGRATION • Free or Paid • Consumable or

    Unlimited • Usable or Passive • Client & Server callbacks
  9. Stats module INTEGRATION • REPLACE: level completed • SUM: lifetime

    kills • MAX: highscore • MIN: best lap time • Get/Post/Reset stats ! ! • Maxvalue: int32
  10. Achievements INTEGRATION • Based on stats • AND logic when

    using 2+ stats • Time-aware (optional) • Difficulty levels: Easy/ Medium/Hard • Gems awarded (based on XP) • We can adapt existing achievements
  11. Hihgscores module INTEGRATION • MAX, MIN, SUM • ASC or

    DESC • Global: Daily, Weekly, Monthly, Total • Or Friend-based • Get/Post/Reset by score or position
  12. Trophies INTEGRATION • Special cases with complex rules • Filled

    all data, recurring visitor, unlocked X achievements, following Y people… • On demand, needs bits of coding so talk with us ;)
  13. User module INTEGRATION • User authentication • Retrieval of user

    data • Retrieval of user avatar • Subscriptions (follow list), followers & friends
  14. Shared content module INTEGRATION • Manage shared content • Levels,

    user created “public” content... • Replays • 50KB/slot (infinite slots) • Can be associated with highscores
  15. Publishing Flow INTEGRATION 1. Register as a user & contact

    us 2. Integrate API(s) into your game 3. Test development version 4. Ask for validation 5. Launch scheduled 6. Game live! 7. Update game (GOTO 3)
  16. Who already uses our APIs INTEGRATION • +125 Games with

    achievements • ~5 new ones added per week • +2250 Achievements • Avg. 10 per game • +23 Trophies