Posts
Sudoku From the Other Side
I do love Sudoku, and I play it too much. Not long ago (before this semester started kicking my butt) there were two things I wanted to play with: Local Storage and a Sudoku library.
This is what I came up with: http://geekwagon.net/projects/sudoku/
I also play in pen because I’m a glutton for punishment.
I didn’t use a library for local storage, for some reason I wanted to do it the hard way.
Posts
Just Another Tetris Clone
Despite WildStar’s critical hit on my free time this past month, I’ve managed to code a little. Let me introduce both of my blog readers to the buggiest and most poorly coded version of Tetris they’ve ever seen.
http://geekwagon.net/projects/flipsy/
Someone sucks at Tetris
Don’t ask why it’s called Flipsy. That was just the name of the folder when I started and I didn’t bother to change it.
I did follow the Tetris guidelines to the best of my coding ability.
Posts
Ultima VII Party Planner
In an effort to learn more about backbone.js I made a web application that is easily considered beautifully useless (beauty in the eye of the beholder, useless in the eye of everyone else). Really, this is probably one of the finest work of code writing I’ve accomplished to date and there are maybe ten people in the world who will use it.
There is plenty of room for improvements, but I’d like to write about it anyway.