Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 341 Bytes

snake-cli

Snake in the terminal window. Uses ncurses for display. Arrow keys to change direction. Hold to go a little faster.

Building and Running

This project requires gcc and libncurses to build.

git clone https://github.com/svantepolk/snake-cli.git
cd snake-cli/
make
./snake

Tested on Linux, but it should also work on Mac.