Skip to content

Commit

Permalink
Merge pull request #25 from 66-m/66-m-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
66-m authored May 25, 2024
2 parents 5e1d56c + c647e25 commit 4b374c3
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Java CI with Maven](https://github.com/marcelmauel/sorting-visualizer/actions/workflows/maven.yml/badge.svg)](https://github.com/marcelmauel/sorting-visualizer/actions/workflows/maven.yml)
[![Java CI with Maven](https://github.com/66-m/sorting-visualizer/actions/workflows/maven.yml/badge.svg)](https://github.com/66-m/sorting-visualizer/actions/workflows/maven.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


Expand All @@ -10,15 +10,15 @@
<h1 align="center">Sorting Algorithm Visualizer</h1>

<p align="center">
Visualizes and Audiolizes Sorting Algorithms!
Visualizes and Audiolizes Sorting Algorithms!<br/>
(Not actively maintained)
<br />
<br />
<a href="https://github.com/marcelmauel/sorting-visualizer/releases/latest"><strong>Try it »</strong></a>
<a href="https://github.com/66-m/sorting-visualizer/releases/latest"><strong>Try it »</strong></a>
<br />
<br />
<a href="https://youtu.be/9bm-q115OFM">View Demo</a>
·
<a href="https://github.com/marcelmauel/sorting-visualizer/issues">Report Bug / Request Feature</a>
<a href="https://github.com/66-m/sorting-visualizer/issues">Report Bug / Request Feature</a>
</p>
</div>
<br />
Expand All @@ -30,9 +30,9 @@ This sorting visualizer offers both visual and auditory demonstrations of sortin
</div>

## Downloading and running the visualizer
You can download the latest version of this visualizer [here](https://github.com/marcelmauel/sorting-visualizer/releases/latest)
You can download the latest version of this visualizer [here](https://github.com/66-m/sorting-visualizer/releases/latest)

Download the [prebuilt JAR file](https://github.com/marcelmauel/sorting-visualizer/releases/latest/download/sorting-visualizer.jar) and run it with
Download the [prebuilt JAR file](https://github.com/66-m/sorting-visualizer/releases/latest/download/sorting-visualizer.jar) and run it with

java -jar sorting-visualizer.jar

Expand All @@ -45,7 +45,7 @@ Download the [prebuilt JAR file](https://github.com/marcelmauel/sorting-visualiz

### Clone this repository:

git clone https://github.com/CompilerStuck/sorting-visualizer.git
git clone https://github.com/66-m/sorting-visualizer.git
cd sorting-visualizer


Expand Down Expand Up @@ -152,15 +152,7 @@ Download the [prebuilt JAR file](https://github.com/marcelmauel/sorting-visualiz
* Canceling execution


## How to Contribute
1. Clone repo and create a new branch
2. Make changes and test
3. Submit Pull Request with comprehensive description of changes

## Acknowledgements
Thanks to [w0rthy](https://www.youtube.com/c/w0rthyA) and [Musicombo](https://www.youtube.com/c/Musicombo) for their amazing videos and inspiring me to start this project.

Also thanks to [@micycle1](https://github.com/micycle1) for his mirror of the processing4 core library, making it available for maven.

## License
[MIT](https://github.com/marcelmauel/sorting-visualizer/blob/main/LICENSE) - Marcel Mauel, 2022

0 comments on commit 4b374c3

Please sign in to comment.