You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tile-based tower defense game written in Java. Uses the Processing graphics library, Gradle for dependency management. Testcases written in JUnit. JaCoCo was used to track testcase code coverage. Final assignment for an Object-Oriented Programming unit.
A .NET library that helps perform a variety of hex-grid functions, such as computing distance, getting directions, and drawing various shapes (rings, circles, lines, asterisks...)
A basic python 3 pygame "game" with a player, enemy, play grid, movement locked to grid, key bindings, and basic collision detection. Useful for jump starting any PyGame project.
Odyssey Eden is a 2D pixel art RPG and life simulation game where you manage a tribe in a procedurally generated world. Explore biomes, develop character skills and traits, and guide relationships. With genetics-based character creation, each journey is unique in this evolving survival adventure.
A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).