Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 195 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 195 Bytes

Snake Game

Simple snake game for macOS

Run

  • First cd to the directory or main.cpp
  • Compile with g++ main.cpp -o new -lncurses making sure to include ncurses library
  • Run with ./new