Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Making Mobile Games (A presentation for the Gir...
Search
Patrick Seda
November 13, 2015
Programming
1
700
Making Mobile Games (A presentation for the Girl Scouts)
Patrick Seda
November 13, 2015
Tweet
Share
More Decks by Patrick Seda
See All by Patrick Seda
The API of Your Company Culture
pxtrick
3
970
Lightning Talk - Enhancing Vue and Vuex for Complex Application State
pxtrick
1
1.2k
Swift - Beyond Beginner
pxtrick
0
1.3k
Crossing the Chasm of Swift
pxtrick
0
1.4k
Architecting Your Project with a Finite-State Machine
pxtrick
1
2.2k
Your Code is Terrible (I Love It!)
pxtrick
0
1.2k
An Introduction to Location-Based Technologies (for Business & Marketing)
pxtrick
0
600
The Passion of Lazy - Enterprise Mobile App Design Patterns
pxtrick
0
2.2k
10 Tips for Kickass Enterprise Mobile Apps
pxtrick
0
1k
Other Decks in Programming
See All in Programming
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
450
概念モデル→論理モデルで気をつけていること
sunnyone
1
110
Navigating Dependency Injection with Metro
zacsweers
3
260
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
110
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
Design Foundational Data Engineering Observability
sucitw
3
200
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
530
速いWebフレームワークを作る
yusukebe
5
1.7k
Laravel Boost 超入門
fire_arlo
3
210
Testing Trophyは叫ばない
toms74209200
0
870
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
230
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
270
Featured
See All Featured
Making Projects Easy
brettharned
117
6.4k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Writing Fast Ruby
sferik
628
62k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
RailsConf 2023
tenderlove
30
1.2k
Balancing Empowerment & Direction
lara
3
620
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
KATA
mclloyd
32
14k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Documentation Writing (for coders)
carmenintech
74
5k
Transcript
Making Mobile Games Entertainment Technology A presentation for the November
13, 2015
Who am I ? Patrick I make mobile apps (and
games)
Four Steps 4 3 2 1
Idea Design Build Test Four Steps
Idea What should we make? • What type of game?
• What is the gameplay like? • Should we keep score? • Can we play against our friends? • How do you win?
Design What should it look like? • Do we need
a main character? • What is the color theme? • Do we need sounds effects? • How does it behave? • Make the player LOVE it!
Build Good evening, how are you? English! Quiz: What is
this language?
Build Bonjour, j'adore l'école! French! Quiz: What is this language?
Build _.each(students, function(student) { student.setGrade('A'); }); JavaScript! Quiz: What is
this language?
Build Make the app! • Software programming • Be very
careful • Test each little piece • Use simulator • Use real devices
Test Make sure it works correctly! • Play with the
game … a lot! • Does it look like the design? • Do buttons work correctly? • Does scoring work correctly? • Does it crash?
Who am I ? Patrick I make mobile apps (and
games) Earlier I said …
Idea • Educational kids game • Kindergarten level • Don’t
keep score • Single player • Should be happy and fun! Mr. Edison
Design First version Final version Our main character: Mr. Edison
(Capuchin monkey)
Design
Build
Test
None
Idea Design Build Test Summary Make sure it works correctly!
Make it! What should it look like? What should we make?
Thank You