/IART

IART 2021/2022: Robot Maze

Primary LanguagePython

IART 2021/2022: Robot Mazes

Team members

  • Juan Bellon [201908142]
  • Luísa Araújo [201904996]
  • Nuno Castro [202003324]

SETUP

UNIX (UBUNTU)

Install libraries:

pip install matplotlib

pip install pygame

To run:

python3 game.py

Notes

  1. When playing in human mode, the user's input is given in the terminal and not in the graphical interface.
  2. Choosing an option (in the main menu, choosing the maze, search methods and heuristics) can only be done using the mouse (don't use the keyboard).