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
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
210
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
220
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.2k
Create a website using Spatial Web
akkeylab
0
310
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
150
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
350
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
880
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
4
1k
XP, Testing and ninja testing
m_seki
3
220
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
120
NPOでのDevinの活用
codeforeveryone
0
650
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Fireside Chat
paigeccino
37
3.5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Making Projects Easy
brettharned
116
6.3k
Into the Great Unknown - MozCon
thekraken
39
1.9k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
We Have a Design System, Now What?
morganepeng
53
7.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
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