This is a side project I did to demenstrate my knowledge of different algorithms that I learned while in college. After learning how pygame worked over the summer, I decided to use it in helping me make a visualizer.
-
Make sure you have python3 installed.
-
Install pygame. Type these in your terminal depending on your OS.
sudo apt-get install python3-pygame
py -m pip install -U pygame --user
python3 -m pip install -U pygame==2.0.0.dev12 --user
-
Left click
to add nodes. Orange being the start and turquoise being the end. Black is considered a barrier.Right click
to delete nodes. Pressspace
to solve and pressc
to clear the board.