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
190
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
F#で自在につくる静的ブログサイト - 関数型まつり2025
pizzacat83
0
300
Passkeys for Java Developers
ynojima
3
860
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
380
C++20 射影変換
faithandbrave
0
490
Create a website using Spatial Web
akkeylab
0
290
Java on Azure で LangGraph!
kohei3110
0
150
赤裸々に公開。 TSKaigiのオフシーズン
takezoux2
0
130
Select API from Kotlin Coroutine
jmatsu
1
170
レガシーシステムの機能調査・開発におけるAI利活用
takuya_ohtonari
0
600
GoのWebAssembly活用パターン紹介
syumai
3
10k
FormFlow - Build Stunning Multistep Forms
yceruto
1
180
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
1
120
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7k
KATA
mclloyd
29
14k
Faster Mobile Websites
deanohume
307
31k
We Have a Design System, Now What?
morganepeng
52
7.6k
Navigating Team Friction
lara
187
15k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
780
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
A better future with KSS
kneath
239
17k
How to train your dragon (web standard)
notwaldorf
92
6.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
43
2.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
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