Coding Projects
Unity RPG Passion Project
A tactics RPG where the player moves customizable and upgradeable units over a grid based map, fighting enemies over a continuous series of missions. The player navigates to story or combat elements from the overworld.
CSharp
Unity
Ink
Chess Explainable AI Project
A Python project I developed creating an explainable chess AI, including scoring functions, move explanation functions, and integration with preexisting chess agents. I also created a genetic algorithm to generate weights for the chess agent’s scoring functions.
Python
Chess
XAI
GeneticAlgorithm