build a flash game in under 3kb

19
Build a Flash Game in Under 3KB By Chris Black @chrisjblack

Upload: chris-black

Post on 16-May-2015

2.024 views

Category:

Documents


2 download

DESCRIPTION

Size matters when developing games for the mobile market. Many of the most addicting games are built with very little overhead. In this presentation, we’ll build a multi-screen, multi-input game in under 3KB! You’ll learn techniques on how to bring your games faster to market with rapid prototyping.

TRANSCRIPT

Page 1: Build a Flash Game in Under 3KB

Build a Flash Game in Under 3KB

By Chris Black@chrisjblack

Page 2: Build a Flash Game in Under 3KB
Page 3: Build a Flash Game in Under 3KB
Page 4: Build a Flash Game in Under 3KB

Simplicity is Key

• Start with something you can build in a weekend

• Some of the best games are simple: Solitaire, Sodoku, Pixelated

Page 5: Build a Flash Game in Under 3KB

RAPID PROTOTYPING

Page 6: Build a Flash Game in Under 3KB

Popularity Test

http://www.blackcj.com/blog/2009/10/11/build-a-flash-game-in-under-kb/

263 388 356

• These three games where voted on and tracked to determine popularity

Page 7: Build a Flash Game in Under 3KB

Game Play

• Beta testing resulted in changing the controls for this mini golf game

Page 8: Build a Flash Game in Under 3KB

Accepting Change

• Games can morph / change quickly• Adjusting simple settings could turn a racing

game into a space game• Make sure you like the game

Page 9: Build a Flash Game in Under 3KB

Beta Testers

• Web• Mobile• TV• Flash is easy to distribute to everyone• Keep beta off the app market or you’ll risk

negative reviews

Page 10: Build a Flash Game in Under 3KB

3KB Demo

• Building a Flash game in under 3KB• http://code.google.com/p/as3racer/

Page 11: Build a Flash Game in Under 3KB

Mobile Demo

• Use ANT to compile for multiple devices• Support coming to Flash in version 5.5• http://code.google.com/p/air-mobile-tools/

Page 12: Build a Flash Game in Under 3KB

www.blackcj.com/r.apk

Page 13: Build a Flash Game in Under 3KB

Box2D Demo

• Using Box2D it’s possible to create real life physics very easily

• It runs great on all devices including iOS, Android and the PlayBook

Page 14: Build a Flash Game in Under 3KB

NEXT STEPS

Page 15: Build a Flash Game in Under 3KB

Add Sound / Graphics

• Terry Paton has great games with awesome graphics and sound

Page 16: Build a Flash Game in Under 3KB

Multiplayer

• Adobe P2P / Stratus• Influxis• Social media integration

Page 17: Build a Flash Game in Under 3KB

Monetization

• Submit to markets• Advertisements / Admob• BlackBerry is currently the least saturated

market

Page 18: Build a Flash Game in Under 3KB

Game Developers on Twitter

@terrypaton1@xavivives@iainlobb

@trycatchgames@chrisjblack

Page 19: Build a Flash Game in Under 3KB

Questions?