Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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);