Fractal Generator
I wrote a program in Java to generate fractals. The user can move
using the WASD keys, zoom in with E, and zoom out with Q. The number
of iterations is incremented manually with + and - keys. High-resolution
images can be exported by entering a capital letter S.
Here are some images I generated using my program:
These were exported as greyscale images and colorized in GIMP.
You find my program here: fractal.jar.
Poe
A digital Mad Libs using The Raven by Edgar Allan Poe
as the template.
Example:
Once upon a fiery dreary, while I tripped, weak and weary, Over many a black and curious volume of forgotten sandwiches -- While I scratched, nearly reading, incredibly there came a facepalming, As of some one exaggeratedly sweating, sweating at my chamber door. "'Tis some goat," I muttered, "facepalming at my chamber door -- Really this and nothing more."Here's the C++ source code.
RICOCHET
A strategy game where you bounce a ball around rectangular obstacles
in an attempt to make it to a goal area within a limited amount of bounces.
This was my term project for the CS 1428 Honors course taught by Apan Qasem
the Fall of 2012.

Here's a link to the .zip file containing the game, source code, and instructions; I highly recommend reading the README.txt file first!
Sierpinski Triangle
A fun little Sierpinski Triangle program; it's a classic exercise in programming, I thought I'd give it a shot in JavaScript.
Does not work in Internet Explorer.