This year, like many others, we made our own programs in a programming platform named Scratch. We were each provided with different projects to attempt to make with each having differing levels of difficulty. I decided to program the hardest challenge in the list. This was the list sorting program. In a nutshell, the program was supposed to sort all entries in a list in alphanumerical order. I was able to do this with great success. It uses the bubble sort algorithm, as it will compare two entries to each other and then move the one that is greater up the list. If it detects that there are no swaps in a round, it will cease the script. There is also one hidden feature I put in. The project can be accessed by clicking on the photograph shown below: