Browse Source

Update README.md

master
Vissarion Moutafis 5 years ago
committed by GitHub
parent
commit
1e7ea83b26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -19,6 +19,8 @@ A simple snake game, with terminal GUI implemented using ncurses library.
- [ ] Fix the window-resize factor, since it gets all messy when you minimize/maximize the terminal window. - [ ] 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 - [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. snake and controller classes.
- [ ] Implement the Game::printGameStatistics function to print the score and games played of each player.
--- ---
## Prerequisities ## Prerequisities

Loading…
Cancel
Save