MADradium / MADRadium-DevLogs

Apache License 2.0
0 stars 0 forks source link

What is the Palette Puzzle?

Palette Puzzle is a site that aims to demonstrate and visualize the mechanics of different sorting algorithms through color-based sorting. To promote user engagement and further utilize sorting methods, a game was created to test the user's ability to discern the amount of a certain RGB color value in a composite color. Sorting has been implemented on a large scale (Big Sort, with 5000 colored squares) with time and operation comparisons between algorithms and a small scale (in the Palette Puzzle game to determine the right order).

Runtime Links

Other Repositories

Code Student Resources

Contributors