Conceptualizing an Autotiler

So, you’ve got a tileset you want to use, but you don’t want to manually place every individual tile on the map. Well, that’s…

Simple App

Source Code: Github Language: Java Platform: Android Studio The simple app project, is basically my platform for learning more about android app development, and java in…

The Last Light – Senior Capstone

Group: MindtreeGames Site: https://kpwashere.itch.io/the-last-light Code Samples: Github Language: C++ Engine: Unreal   The Last Light was my senior capstone project. I joined the MindtreeGames team at…

Procedural Dungeon Generation

Code Link: Github Language: C++ Libraries: SFML and Box2D An aspect of programming that I’ve long wanted to experiment with was procedural generation, the act…

Simple Neural Network

Code Link: Github Code: C++ Library: Unreal One of the aspects of A.I. programming I’ve always found fascinating was the Neural Network. The concept…