This project is a Sort Visualizer developed with Pygame, allowing real-time visualization of different sorting algorithms.
- Interactive animation of sorting algorithms
- Support for multiple algorithms
- Simple and intuitive graphical interface using Pygame
- Customization options for speed and array size
- Python
- Pygame
- Clone this repository:
git clone https://github.com/GabeMed/PygameSortVisualizer.git
- Navigate to the project directory:
cd sort-visualizer - Install the dependencies:
pip install -r requirements.txt
- Run the main script:
python main.py
- Choose the desired sorting algorithm.
- Watch the sorting process in real time!
- Add more sorting algorithms
- Improve the graphical interface
- Implement interactive controls
This project is licensed under the MIT License.