From 94ccf02ee22be141a14fe76d85fc57d86b7ffac8 Mon Sep 17 00:00:00 2001 From: Vissarion Moutafis <44686370+VissaMoutafis@users.noreply.github.com> Date: Thu, 23 Jul 2020 16:02:47 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7900e4b..15f45b2 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A simple snake game, with terminal GUI implemented using ncurses library. - [x] Add a scoreboard. - [ ] Fix the window-resize factor, since it gets all messy when you minimize/maximize the terminal window. - [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. -- [ ] Implement the Game::printGameStatistics function to print the score and games played of each player. +- [x] Implement the Game::printGameStatistics function to print the score and games played of each player. ---