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-pygamepy -m pip install -U pygame --userpython3 -m pip install -U pygame==2.0.0.dev12 --user -
Left clickto add nodes. Orange being the start and turquoise being the end. Black is considered a barrier.Right clickto delete nodes. Pressspaceto solve and presscto clear the board.