Projects Including
Git
Chess
This full featured chess program was my very first project. I chose it because I love Chess and have been playing it since I was a kid. Creating this was a very big leap. I started with only the most basic programming concepts and a vague knowledge of how to use those tools to form a cohesive result. It took a lot of creativity from me, but in the end I persevered!
Sudoku
This was a cool project because I had to create the algorithm to actually generate a completed Sudoku puzzle. I came up with the idea of how to do it on my own and it took me quite a few tries. This was also my first project that fully generates all the DOM nodes from within Javascript and only uses one HTML defined node to attach itself to.