From 8b783f5df3514a2e67fe4743e0c79cb75953f91a Mon Sep 17 00:00:00 2001 From: Vissarion Moutafis <44686370+VissaMoutafis@users.noreply.github.com> Date: Sat, 22 Feb 2020 11:40:33 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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.