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
- Big Sort visualization page: Click here
- Palette Puzzle game page: Click here
- Fibonacci Sequence page (for project requirements): Click here
- Deployed backend is no longer active
Other Repositories
- Palette Puzzle Springboot backend repository: Click here
Code Student Resources
- This is our primary Scrum Board used throughout the projct.
Contributors
- Big Sort and Sorting Algorithms: Drew Reed
- Palette Puzzle and additional sorting algorithms: Haseeb Beg
- Fibonacci Sequence and Big Sort frontend: AJ Ruiz