Below are various projects I've polished to the point where they can be presented online. Additional projects will appear here after some additional testing and cleanup.
Solutions I've written to problems in the ACM Problemset Archive
24 file(s)Sudoku is a simple but addictive game where you fill a 9x9 grid with the digits 0 to 9, such that no row, column or 3x3 sub-group contains duplicate numbers. Sudoku is becoming my "Hello World" program of choice for learning new languages, and this project includes a C++ and Javascript version of the game.
1 file(s)