diff --git a/README.md b/README.md index 7159a06..80ee625 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,10 @@ This is a clone of the project [The Sound of Sorting](https://panthema.net/2013/ It is written using the tiny game engine [MacroQuad](https://macroquad.rs/) -WebAssembly version can be found here [beepsort.polsevev.dev](https://beepsort.polsevev.dev) \ No newline at end of file +WebAssembly version can be found here [beepsort.polsevev.dev](https://beepsort.polsevev.dev) + +## TODO: +- Implement sound using browser API +- Clean up user interface, perhaps move to JS? +- Add more visualization modes (circle, points etc) +- Add more algorithms