From 96d2c9be2894199117f903bf493eb8ad7f9f655d Mon Sep 17 00:00:00 2001 From: Vissarion Moutafis <44686370+VissaMoutafis@users.noreply.github.com> Date: Fri, 21 Feb 2020 18:53:17 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 61cd385..8804cb0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ A simple snake game, with terminal GUI implemented using ncurses library. - __Right-Arrow__ to go right. - __q__ to exit game. +### TODO: +- Add a scoreboard. + --- ## Prerequisities