2^n: A silly 2048 extension

Last week, I got hooked on 2048 after playing the Doctor Who Edition obsessively on my lunch break.

Unnecessarily excited with the powers-of-twoness of the game, I forked the code and let you play a slightly bigger version (or two).

2^n Screenshot

I call it 2^n. Because 2048/4096/8192 was too hard to read. It doesn't necessarily make the game any more fun, but if you were wondering about what it would be like bigger, now you can find out!

From a technical standpoint it was a quick and fun little challenge. I don't often get chance to muck around with proper interactive web stuff (or should that be "tend to avoid"?), and this introduced me to Sass, a lovely little tool for generating complicated CSS files.