Welcome to the Dijkstra's Algorithm Visualization repository! This project combines the power of Pygame with the intelligence of Dijkstra's algorithm to create an interactive and visually appealing demonstration.
The list of dependencies for this program is the following:
pygame==2.1.0
: Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python.
Don't forget to install those dependencies using pip in the terminal.
pip install pygame
First, navigate to the directory you want to have your project.
cd path/to/your/directory
Next, clone the repository.
git clone https://github.com/BoyManWamen/DijkstrasAlgorithm.git
Once you have cloned the repository, you can now move into the project directory.
cd DijkstrasAlgorithm
In order to run the program, you can use the following command in the terminal.
python src\play.py
Huy Hoang
- 1.0.0
- Initial Release
This project is licensed under the MIT License