/IF684_projeto

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

About

image

This is an algorithm visualizer for the DFS, BFS, Uniform Cost, Greedy, and A* pathfinding algorithms, built as an exercise for the IF684 - Intelligent Systems class.

Running

This project requires Python 3.10+ (released 4 October 2021) and the pygame library. Older versions of Python will not work due to the use of new syntax.

pip install pygame

To check python version, run

python --version

To run the project, type

python main.py