Carleton University - School of Computer Science Honours Project
Winter 2021
Moving Target Search with Snapshots Simulator
Robert Irwin
SCS Honours Project Image
ABSTRACT
This program was developed to simulate any algorithms designed to solve the set of problems known as Moving Target Search with Snapshots. These sets of problems involve a Guard and an Intruder. The Intruder randomly navigates around the screen while the Guard tries to catch them. At any point in time, the Guard can move or take a snapshot but cannot do both. The program created allows for an algorithm that utilizes these snapshots to be implemented for the Guard and displayed in a fashion that is easy for the user to see and understand. Both the Guard and Intruder’s movements can be easily customizable to suit whatever the purpose that is desired. The program created also displays stats that would be useful for the user to see regarding the current iteration, such as the distance traveled, snapshots used and additional calculations that may be of interest.