doc: remove TODO section from README.md

This commit is contained in:
Florian Sylvain
2025-05-11 04:36:52 +02:00
parent 98c3bbf3f9
commit f81eb7e810
-6
View File
@@ -1,9 +1,3 @@
# SFML Playground # SFML Playground
Simple CMake project w/ SFML 3 to play around with. Simple CMake project w/ SFML 3 to play around with.
## TODO
- [ ] Add a toggle for debug stuff
- [ ] Add debug text (for ball velocity, position, rest status, etc.)
- [ ] Refactor game class to split input handling and debug stuff into their own classes