From 766ebc62e2e8f003561db0f933800445a3b2d3dd Mon Sep 17 00:00:00 2001 From: Vissarion Moutafis <44686370+VissaMoutafis@users.noreply.github.com> Date: Mon, 24 Feb 2020 12:53:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ad12ed..4c1e046 100755 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ 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. +- [x] Add a scoreboard. - [ ] Fix the window-resize factor, since it gets all messy when you minimize/maximize the terminal window. -- [ ] Create a 'Game' class and provide interface through that function so that the user don't have to mess with the graphics +- [x] Create a 'Game' class and provide interface through that function so that the user don't have to mess with the graphics snake and controller classes. ---