Projects

Some projects I’ve spent spare time working on

DotGifIt

A java based implementation of a gif screen recorder, find the very first and only (so far) release here

To run make sure you have java installed and you’ve read the README; open up a terminal, change directory to wherever you’ve put the downloaded jar and run it!

java -jar dot-gif-it-0.1.jar

The source code is available here

Snake

Classic snake game written in Java using Swing. This has been released as a .jar and runnable to anyone posessing Java, AND as a standalone .exe runnable to anyone using 64 bit Windows.