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
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
970
Claude Code と OpenAI o3 で メタデータ情報を作る
laket
0
130
管你要 trace 什麼、bpftrace 用下去就對了 — COSCUP 2025
shunghsiyu
0
420
自作OSでDOOMを動かしてみた
zakki0925224
1
1.4k
大規模FlutterプロジェクトのCI実行時間を約8割削減した話
teamlab
PRO
0
480
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
1
240
新しいモバイルアプリ勉強会(仮)について
uetyo
1
260
フロントエンドのmonorepo化と責務分離のリアーキテクト
kajitack
2
110
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
130
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
280
CEDEC 2025 『ゲームにおけるリアルタイム通信への QUIC導入事例の紹介』
segadevtech
3
890
DataformでPythonする / dataform-de-python
snhryt
0
180
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Statistics for Hackers
jakevdp
799
220k
Raft: Consensus for Rubyists
vanstee
140
7.1k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Side Projects
sachag
455
43k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Thoughts on Productivity
jonyablonski
69
4.8k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Music & Morning Musume
bryan
46
6.7k
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