Special Project

Write a graphical game that uses a recursive shortest path or a recursive flood fill. An example of shortest path would be something that includes a little maze where enemies take the shortest route through the maze. An example of flood fill is minesweeper when they click on a location that isn't next to a mine (value 0) and all the reachable squares without a mine are automatically revealed.