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
Frogger Game in Scratch MIT
Search
Holly Akers
March 15, 2015
Programming
0
210
Frogger Game in Scratch MIT
We made a simple Frogger game using Scratch from MIT.
Holly Akers
March 15, 2015
Tweet
Share
More Decks by Holly Akers
See All by Holly Akers
Computer Science Class 7
chakers
0
71
Other Decks in Programming
See All in Programming
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
560
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
610
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
190
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
290
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.4k
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.4k
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
Improving my own Ruby thereafter
sisshiki1969
1
160
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
480
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
120
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
460
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
Building Adaptive Systems
keathley
43
2.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Scaling GitHub
holman
463
140k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Why Our Code Smells
bkeepers
PRO
339
57k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Music & Morning Musume
bryan
46
6.8k
Writing Fast Ruby
sferik
628
62k
Optimizing for Happiness
mojombo
379
70k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Transcript
Computer Science and other fun things
Frogger Game
1. Delete Cat Sprite 2. Choose Frog Sprite 3. Open
Costumes & delete tongue
Getting the Frog Moving
4 Arrow Keys Working Correctly
Edit the Stage Background 1. Paint Bucket- Fill Gray 2.
Make a solid green rectangle 3. Make a solid red rectangle 4. Type ‘Start’ on green box 5. Type ‘Finish’ on red box
Lines on the Road 1. Make a line above ‘Start’
Hold SHIFT Key 2. Make a line below ‘Finish’ 3. Try to make 3 lines in between equally
Making the Road & A Safe Place 1. Make a
thick black line as the safe area 2. Let’s cut up the road & make dashed lines
Froggy @ the Start Line • Your X and Y
Numbers will be different.
Create A Moving Car
Set Car to Kill • Your X and Y Numbers
will be different. • Put your car in position and use the numbers that pre-fill.
Kill the Frog & Bring Back to Life • Need
to code the frog to die when hit • Add sound when hit • And go back to the start once he is hit • Adding If, Then, Else Statement
Change It Up/Add More Coding Options: • Frog can say
something • Frog can change to a "dead" costume
Project Idea From: Mr. Rich Site: Frogger