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
200
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
CDK引数設計道場100本ノック
badmintoncryer
2
590
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
1k
CIを整備してメンテナンスを生成AIに任せる
hazumirr
0
370
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
260
Reactの歴史を振り返る
tutinoko
1
150
Android 16KBページサイズ対応をはじめからていねいに
mine2424
0
810
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
110
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
720
AWS Summit Japan 2024と2025の比較/はじめてのKiro、今あなたは岐路に立つ
satoshi256kbyte
1
260
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
600
副作用と戦う PHP リファクタリング ─ ドメインイベントでビジネスロジックを解きほぐす
kajitack
3
500
コーディングエージェント概観(2025/07)
itsuki_t88
0
460
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Bash Introduction
62gerente
613
210k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.7k
The World Runs on Bad Software
bkeepers
PRO
70
11k
For a Future-Friendly Web
brad_frost
179
9.8k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
GraphQLとの向き合い方2022年版
quramy
49
14k
Why Our Code Smells
bkeepers
PRO
337
57k
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