top of page

CODE SAMPLES

C++ A* Console Program

A single file C++ program that loads a 2d board from a text file, and attempts to find the shortest path from start to end based on command line arguments. This file is also fully Doxygenized.

C# Heat Map Tracking for Unity

This is a heat map tracker I developed for a prototype in Unity. You can drag it into any project, and call the functions as needed to track positions over time or events where they occur. When the game ends or when scenes change, it will output a CSV file with all information needed.

​

Note: Heat Map Builder coming soon!

bottom of page