From ada37695df1353303ed0ac7765f1e9136cbc741a Mon Sep 17 00:00:00 2001 From: Vissarion Moutafis <44686370+VissaMoutafis@users.noreply.github.com> Date: Sat, 22 Feb 2020 14:59:55 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f7c66..8ad12ed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ A simple snake game, with terminal GUI implemented using ncurses library. - [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. - +- [ ] 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. --- ## Prerequisities