Java

These are Java programs. There's only one of them. If I had been paying attention in my Java class, I might have made more stuff. Oh well.

Connect4 (4KiB)
My first cool Java program, a two-player Connect Four game. This is a Java application, not a Java applet, so you can't run it from your Web browser. You'll need the JRE from Sun (if you don't already have Java installed) so you can run it from the command line. You can run the jar file directly with java -jar connect4.jar.