Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 412 Bytes

Snake

This is an ncurses implementation of the classic snake game. Navigate around the board using hjkl, wasd or arrow keys. Going off the edge wraps around.

Your score at the end is simply the length of the snake, the starting length of the snake is one.

Arguments

You can pass any positive integer to the program to set the time between frames in milliseconds. The default value is 100ms.