Jump to Navigation

Projects

Expedition Canvas is a game programmed in JavaScript that uses the Canvas 2D API for rendering purposes. I've been developing Expedition Canvas to explore the new functionality introduced by the HTML 5 draft standards.

IRC Tools is a set of C# libraries that can be used to build IRC programs, bots, or other utilities. It is split into a client library and bot library. I've been developing IRC Tools because I'm dissatisfied with the existing libraries written in C#. It has also been a very useful exercise in learning more about C# and the CLR.