/snake

A C++ snake game using the ncurses library.

Primary LanguageC++

NCSnake

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.

To-Do:

  • 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

Dependencies

The ncurses library.

To Download + Run

  1. clone the repository
  2. run make
  3. (optional) add to path