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.2k
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
PHPで学ぶプログラミングの教訓 / Lessons in Programming Learned through PHP
nrslib
2
230
CQRS+ES の力を使って効果を感じる / Feel the effects of using the power of CQRS+ES
seike460
PRO
0
130
Итераторы в Go 1.23: зачем они нужны, как использовать, и насколько они быстрые?
lamodatech
0
760
RWC 2024 DICOM & ISO/IEC 2022
m_seki
0
210
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
360
testcontainers のススメ
sgash708
1
120
アクターシステムに頼らずEvent Sourcingする方法について
j5ik2o
4
260
たのしいparse.y
ydah
3
120
ブラウザ単体でmp4書き出すまで - muddy-web - 2024-12
yue4u
3
470
useSyncExternalStoreを使いまくる
ssssota
6
1k
Effective Signals in Angular 19+: Rules and Helpers
manfredsteyer
PRO
0
100
20年もののレガシープロダクトに 0からPHPStanを入れるまで / phpcon2024
hirobe1999
0
470
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
A designer walks into a library…
pauljervisheath
204
24k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Thoughts on Productivity
jonyablonski
67
4.4k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Side Projects
sachag
452
42k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
How STYLIGHT went responsive
nonsquared
95
5.2k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Designing for humans not robots
tammielis
250
25k
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