Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 441 Bytes

File metadata and controls

9 lines (8 loc) · 441 Bytes

Snake

My lightweight Snake implementation in C. It works in terminal and was tested on GNU/Linux only, with no plans to support running on Windows/OSX.

Building

To build this program you need clang C compiler installed. To start run ./build run-release. More info under ./build help.

Controls

W, S, A, D: up, down, left, right Q: exit

Snake screenshot