A recreation of a classical game built with LibGDX and Java. Uses a game state manager and sprites to best emulate the classic game. Learn More!
A complex application built in Python that handles package data to determine and emulate the best route for package deliveries utilizing a Nearest-Neighbor Algorithm. While only utilizing a simple GUI, the real magic comes from the logic applied within the program. Learn More!
A simple classic built within the constraints of the Turtle Graphics Python module. Uses simple AI logic to simulate an opponent and basic data principles to keep score. Learn More!
An in-the-works game project building upon the lessons learned from the flappy bird game, as well as learning new mechanics of game design. Built in LibGDX.