https://github.com/decodedco/hour-of-code
Boilerplate for Hour of Code
https://github.com/decodedco/hour-of-code
Last synced: 9 months ago
JSON representation
Boilerplate for Hour of Code
- Host: GitHub
- URL: https://github.com/decodedco/hour-of-code
- Owner: DecodedCo
- Created: 2014-12-09T16:32:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T22:37:47.000Z (over 11 years ago)
- Last Synced: 2025-10-14T21:39:18.689Z (9 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hour of Code 2015
Boilerplate for Decoded's Hour of Code Holiday spectacular!
## helper.html
Adds a title, Google Webfont, link to a stylesheet and snow.js (see below)
## helper.css
Contains some outline CSS to get your Holiday Card looking good.
## index.html
Skeleton HTML to get started
## snow.js
Snowflake library adapted from thecodeplayer.com/walkthrough/html5-canvas-snow-effect. To use:
var density = 50;
var friction = 30;
startSnowing(density, friction);