Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 651 Bytes

Algorithms-Visualization

Visualizing different algorithms using Pygame.

Install:

1. Install pygame:

pip install pygame

  1. Run in the folder

python main.py

Features:

  1. Main Menu for user friendly interaction.
  2. Interactive canvas.
  3. Multiple Algorithms (In progress, **contributions are welcome**)

Screen Shots

Thanks to TWM tutorials on pygame. Really helped me to get started.