/snake

Primary LanguageC

Intro

Snake Game

  • pattern: MVC
  • snake: list
  • food: array
  • UI: curses

snake