On Github willingc / 2014-hour-of-code
Lots of cool content
http://hello.processing.org/gallery/
Let's explore an example
size(500,400); void setup() { background(random(255), random(255), random(255)); fill(random(255), random(255), random(255)); } void draw() { int diameter = random(50); rect(mouseX, mouseY, diameter, diameter); }
A traditional snake game.
Move the snake around the screen without crashingBased on the snake game example in: JavaScript for Kids By: Nick Morgan Publisher: No Starch Press Pub. Date: December 2, 2014 Print ISBN-13: 978-1-59327-408-5
http://www.gcodegarden.com/talks/2014-HourOfCode/index.html
https://webmaker.org/en-US/tools
https://thimble.webmaker.org/project/60767/remix
https://webmaker.org/en-US/private-eye