Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 493 Bytes

File metadata and controls

18 lines (13 loc) · 493 Bytes

SearchForAgentNavigation

Collaboration project implementing DFS, A*, BFS and Dijkstra with NPC searching 2D mazes.

SIT215 Assignment 1: Search for Agent Navigation

Requirements: Python >= 3.9

Modules Required

  • pygame
  • pygame_gui

To install the required modules using pip package manager, run: pip install pygame_gui

Run Instructions Execute 220320033_assignment1_solution.py in your IDE, or alternatively run this command from terminal: py .\220320033_assignment1_solution.py