Home About Me Source Code Contact Info

Some games and programs made in my free time:

Connect 4 in Java
Snake in C Compiles for linux, unix, and derivatives only. You may need ncurses. Compile with gcc flag -lncurses. WASD changes the snake's direction.
Temp Unit Converter in C
Linux laptop trackpad enable/disable script Will need to edit to fit your specific trackpad.
Wabbit Compiles for windows only. A simple wabbit that does only one thing wabbits do well...
Inverse Caesar Cipher in C Prints 26 character rotations of an input string. Useful for decoding caesar ciphers.

Contest entries:

Fall 2016 Google-sponsored GMU contest: Link
    One Pretty messy, I must admit.
    Two
    Three Correct, but runs too slow to be accepted. Good example of Dijkstra's algorithm.