Browse Source

Update README.md

pull/1/head
Vissarion Moutafis 5 years ago
committed by GitHub
parent
commit
ada37695df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
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. - [x] Increase speed of the snake when it devours a snack.
- [ ] Add a scoreboard. - [ ] Add a scoreboard.
- [ ] 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.
- [ ] 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 ## Prerequisities

Loading…
Cancel
Save