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
690
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.1k
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.1k
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
Flatt Security XSS Challenge 解答・解説
flatt_security
0
1.1k
SpringBoot3.4の構造化ログ #kanjava
irof
2
780
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
230
Fixstars高速化コンテスト2024準優勝解法
eijirou
0
200
サーバーゆる勉強会 DBMS の仕組み編
kj455
1
360
Linux && Docker 研修/Linux && Docker training
forrep
23
4.1k
はてなにおけるfujiwara-wareの活用やecspressoのCI/CD構成 / Fujiwara Tech Conference 2025
cohalz
3
3.2k
最近のVS Codeで気になるニュース 2025/01
74th
1
240
チームの立て直し施策をGoogleの 『効果的なチーム』と見比べてみた
maroon8021
0
280
ISUCON14公式反省会LT: 社内ISUCONの話
astj
PRO
0
140
HTML/CSS超絶浅い説明
yuki0329
0
210
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
1
200
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
6
220
Building an army of robots
kneath
302
45k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
20
2.4k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Fireside Chat
paigeccino
34
3.2k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
600
Practical Orchestrator
shlominoach
186
10k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Automating Front-end Workflow
addyosmani
1367
200k
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