This is a pretty cool, quick puzzle. I was able to reverse the snow by just changing a handful of characters (I assume this is the most common solution). Not going to try tackling the advanced part though.
I did see a really cool solution from a buddy on IRC that does some string manipulation...
11 comments
[ 3.1 ms ] story [ 22.4 ms ] thread// Editing the css on this line is a cheap and dirty way to 'solve' the problem without really thining about it
[sic]
/* Turning your world upside down */ #world{-webkit-transform: ScaleY(-1);}
The css answer is too simple. The real answer is equally as simple but requires a basic understanding of what is going on.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
I did see a really cool solution from a buddy on IRC that does some string manipulation...