/oldsnake

C++ classic snake game with ncurses

Primary LanguageC++The UnlicenseUnlicense

oldsnake

C++ classic snake game with ncurses

Compilation

  • mkdir -p build
  • cd build
  • cmake ..
  • make
  • ./oldsnake