Loading...
I wrote this in 2010, after deciding to learn JavaScript. HTML tables, not Canvas. Here's the source: https://gist.github.com/cc1...
195 views
Loading games from PGN databases. It's now also possible to see all of a piece's possible moves.
362 views
This is the newest version of the PGN viewer I uploaded a video of before. Now it can also play the game, and save PGN files.
342 views
A program that reads PGN files, which are like chess "replays". I'll probably get to uploading the source when the code has been cleaned up a bit. ...
547 views
This was my first C++ program except for Hello World derivations and such, so expect the code to be extremely poorly organized and implemented.
Yo...
3,659 views
A very simple caesar cipher decipherer program written in C++.
The code can be found here: https://gist.github.com/2a6...
Here are ...
5,399 views