2019 1학기 C프로그래밍2 기말 과제.
묵찌빠, 숫자야구, 테트리스 수록.
리눅스 운영체제, 터미널에서 동작.
사용 라이브러리: ncurses, pthread, make
For ncurses:
sudo apt install libncurses5-dev libncursesw5-dev
For pthread:
sudo apt install libpthread-stubs0-dev
For gcc, make:
sudo apt install gcc
sudo apt install make
For all:
sudo apt install libncurses5-dev libncursesw5-dev && sudo apt install libpthread-stubs0-dev && sudo apt install gcc && sudo apt install make
-
오브젝트 파일 생성
make gamepac
-
오브젝트 파일 실행
./gamepac