flareseek / cpp-week3-snakegame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS 환경에서 작성했습니다.

> git clone https://github.com/flareseek/cpp-week3-snakegame.git snake
> cd snake
> g++ -Werror -std=c++11 -c ./*.cpp
> g++ -lncurses -o ./main ./*.o
>
> ./main

About


Languages

Language:C++ 100.0%