Previous Projects

To see more about a project, select its title.

Mazes were generated using Prim's algorithm and solved via recursive backtracking.

3 Dimensional Tic Tac Toe with a simple 2D interface. Includes a point-based bot to play against.

Simple AI's were created to play capture the flag on a 2D plane.

Concept piece created during Auburn Hacks. It's a matching website to help Greek-Life students find dates to dances. It does not currently have persistence or a backend.

Cities were built on a terrain map, and then connected using Dijkstra's algorithm.

A simple predator/prey environment was simulated using a turtle class and rudimentary AI.

This program was written for Crimson Hacks. It converts images compatible with JAVA's BufferedImage class into ASCII representations.

In Progress