From 671f650d556da900f45ead8a2622b383f7fbe0f5 Mon Sep 17 00:00:00 2001 From: polsevev Date: Sun, 26 Feb 2023 23:26:48 +0100 Subject: [PATCH] added TODO --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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