Welcome to: Scratch Resources
https://localhost/scratch/ -> index.php
Scratch 3.0 is Here!
The source code is available at github and requires node.js, the roadmap is here.
Scratch Information
Added a scratch version of the Rainfall Problem, but currently it does not check that input is a positive integer, which is part of the specification.
Scratch is a programming language, that makes it easy to crate your own games and animations.
Snap!
Snap! formerly BYOB is a drag and drop programming language. It is an extended reimplementation of Scratch - using Javascript and running in your browser.
Its good to see an implementation that isn't dependant on a close source implementation. I would recommend snap over scratch partly as it works in the browser, but also it does not rely on flash which is a security threat.
This page lists some of my scratch files:
File Name | File Type |
---|---|
GameReport.doc | Lesson Documentation File |
LESSON1.PPT | Lesson Presentation File |
LESSON2.PPT | Lesson Presentation File |
LESSON3.PPT | Lesson Presentation File |
LESSON4.PPT | Lesson Presentation File |
LESSON5.PPT | Lesson Presentation File |
LESSON6.PPT | Lesson Presentation File |
LESSON7.PPT | Lesson Presentation File |
LESSON8.PPT | Lesson Presentation File |
LESSON9.PPT | Lesson Presentation File |
baby_appear.sb | Scratch Game / Program File |
ball_bounce.sb | Scratch Game / Program File |
ball_bounce2.sb | Scratch Game / Program File |
curriculumhunter.sb | Scratch Game / Program File |
dice_roll.sb | Scratch Game / Program File |
hangman.sb | Scratch Game / Program File |
pong_broken.sb | Scratch Game / Program File |
rainfall_problem.sb | Scratch Game / Program File |
shapes.sb | Scratch Game / Program File |
snake_ladder.sb | Scratch Game / Program File |
snake_ladder2.sb | Scratch Game / Program File |
wk10-discussion.html | Scratch Game / Program File |
You are free to use these files, but please attribute them to Fred Crowson. Thanks.
The shapes.sb file is for drawing simple shapes, in the logo approach, it currently only draws a square, triangle and hexagon, more shapes to follow.