This is a sorting algorithm visualizer realized using pygame in Python. The sorting algorithm basically includes bubble sort and insertion sort.
Run main.py to start the game.
Choose different modes: ascending/descending, bubble/insertion sort; Press "space" to start.
The numbers are sorted at the end of the game!


