An open API service indexing awesome lists of open source software.

https://github.com/if1live/console_nadeko

Win32 console based Snake game
https://github.com/if1live/console_nadeko

Last synced: 2 months ago
JSON representation

Win32 console based Snake game

Awesome Lists containing this project

README

        

# Console Nadeko
Win32 console based Snake game

과제 작성한 Snake Game입니다.
이 프로젝트를 제출했다가 리젝당해서 다시 짜야되는 상황에 빠졌습니다.
그래서 그냥 풀어버립니다. (하지만 아무도 안보겠지.)

![game screenshot](document/game.png)

## 실행 방법
cmake 기반. 적절히 컴파일하면 된다. winapi를 쓰기 때문에 윈도우에서만 컴파일된다.
```
cmake CMakeLists.txt
```