Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 253 Bytes

snake

Simple snake game that runs in terminal

I made this game during the time I was learning C. It should be run from terminal.

Build

Use following command to build:

gcc -lncurses snake.c -o snake

Issues

  1. Does not build on Windows