
Spin-off of the official “Snowman” program. It adds falling snowflakes, and control of the snowman with the keyboard.
Tags: snowman, drawing, keyboard
This program was originally created to test a few things from the programming platform, and has been adapted to reuse some JavaScript components in the process. Because of this, it includes a few features that may not be very beginner-friendly.
Still, I hope you have fun looking at the code, and by taking your time with it, I’m sure you could find interesting ways to tweak it :).
Current revision: rev2
2013-04-07
* Improved many of the components that this program
depends on. Fixed movement of snowman, so that all
of his jumps are consistent. Changed the appearance
of snowflakes to SVG images.
2013-03-08
* First version of this program.