diff --git a/README.md b/README.md index 4b0a021..a9f7c66 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A simple snake game, with terminal GUI implemented using ncurses library. ### TODO: +- [x] Increase speed of the snake when it devours a snack. - [ ] Add a scoreboard. - [ ] Fix the window-resize factor, since it gets all messy when you minimize/maximize the terminal window.