Bubble Sorting! It's pretty simple in terms of how it works. if the number in from of it is smaller, they switch. if else, it moves to the next number. Press space to do a normal sort Press the right arrow to do a fast sort (50+) Press M to change the viewing pattern Press D to go to the settings The settings include: -Sort number: this controls how many items to sort -Skip sorted numbers?: skips numbers already sorted into the correct placement -Fast?: slow or fast mode (only on normal sort) -Repeat numbers?: repeat numbers in the generation of the items -Draw type: changes the viewing mode -#: how many items it is sorting -Moves: how many actions it has made in the current sort -__%: shows how far through it is in the sort Notes: -To restart a sort, restart the project. -Normal sort is not recommended for sorts over 50. -Press "0" to sort 2000 items.
@D-ScratchNinja for the inspiration. All code by me, @187196