A C++ snake game using the curses library. This is a personal project used as a way to get more familiar and have some fun with ncurses.
- implement a maximum window size
- implemnet a main menu screen
- implement a game window
- color feedback?
-
Have the snake move -
Have the snake and apple collide -
Draw borders -
keep track of score -
snake on snake collision -
get rid of redundant code -
implement a game over screen
The ncurses library.
- clone the repository
- run make
- (optional) add to path