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
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
270
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
320
SODA - FACT BOOK(JP)
sodainc
1
8.6k
Claude Agent SDK を使ってみよう
hyshu
0
1.3k
Google Opalで使える37のライブラリ
mickey_kubo
2
120
釣り地図SNSにおける有料機能の実装
nokonoko1203
0
190
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
870
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
1
140
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
510
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
310
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
350
CSC509 Lecture 06
javiergs
PRO
0
260
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
How GitHub (no longer) Works
holman
315
140k
Designing for Performance
lara
610
69k
KATA
mclloyd
PRO
32
15k
RailsConf 2023
tenderlove
30
1.3k
A designer walks into a library…
pauljervisheath
209
24k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
540
Designing for humans not robots
tammielis
254
26k
Reflections from 52 weeks, 52 projects
jeffersonlam
353
21k
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