Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 176 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 176 Bytes

스네이크 게임 빌드 과정

git clone http://github.com/ychy61/cpp-week3-snake snake

cd snake

g++ -Werror -std=c++11 -c *.cpp

g++ -o main.exe *.o

./main.exe