Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decodedco/hour-of-code
Boilerplate for Hour of Code
https://github.com/decodedco/hour-of-code
Last synced: 8 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T22:37:47.000Z (about 10 years ago)
- Last Synced: 2024-11-19T23:47:46.211Z (2 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 1
- Watchers: 14
- 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);