Selection Sort Game - Sort the Numbers

In this game, a set of random numbers is generated and displayed as circles with numbers inside. The goal is to sort the numbers using the Selection Sort algorithm. When the “Sort” button is clicked, the algorithm starts sorting the numbers visually by selecting the smallest element and swapping it with the current element.