Side Projects / Other Stuff
This was an assignment in our AI course focused on implementing pathfinding for an AI. I implemented A* for this AI and really enjoyed learning about both A* and Dijkstra's algorithm, which are essential for pathfinding and movement in AI systems.