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 pygameFirst, navigate to the directory you want to have your project.
cd path/to/your/directoryNext, clone the repository.
git clone https://github.com/BoyManWamen/DijkstrasAlgorithm.gitOnce you have cloned the repository, you can now move into the project directory.
cd DijkstrasAlgorithmIn order to run the program, you can use the following command in the terminal.
python src\play.pyHuy Hoang
- 1.0.0
- Initial Release
This project is licensed under the MIT License
