Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 236 Bytes

File metadata and controls

9 lines (7 loc) · 236 Bytes

snake

Snake implementation in ncurses.

Every time food is eaten, the amount of food on-screen double and the size of the snake increases by one.

##Ideas

  • Better mechanics (food growth is a bit crazy atm)
  • Colors?
  • Variable speed