Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 305 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 305 Bytes

KMUSW C++ Programming Team Project : Snake Game with Ncurses

2021/5/12 ~
By Team A (@suyeon-ham-01, @pcjs156)


How To (Linux Ubuntu)

  1. git clone https://github.com/pcjs156/Snake-Team-A.git
  2. sudo apt-get install libncurses5-dev libncursesw5-dev
  3. cd ./Snake-Team-A
  4. make
  5. ./snake