top of page
AI Assignment
ROLE
Independant Programmer
DESCRIPTION
This project was a Media Design School assignment, which focused on implementing an editor to display A* pathfinding, Breadth First Search and Depth First Search. Using SFML as a rendering framework, I designed and implemented the code base required for the A*/Graph editor. In order to guarantee my A+ grade, I implemented the following additional features:
-
Custom grid sizes for A* (limited to 110x70 for user experience)
-
A slow mode
-
More debug information
DEVELOPMENT YEARS
2020
PLATFORM
Windows PC



BFS and DFS


A* Pathfinding


bottom of page