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.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
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
2
15k
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.5k
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
7.3k
RailsGirls IZUMO スポンサーLT
16bitidol
0
200
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
13k
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
620
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
620
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
15
5.6k
React は次の10年を生き残れるか:3つのトレンドから考える
oukayuka
23
7.3k
Porting a visionOS App to Android XR
akkeylab
0
680
ニーリーにおけるプロダクトエンジニア
nealle
0
950
Featured
See All Featured
Making Projects Easy
brettharned
116
6.3k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.3k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Code Reviewing Like a Champion
maltzj
524
40k
Bash Introduction
62gerente
613
210k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Scaling GitHub
holman
460
140k
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