Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 160 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 160 Bytes

This is a clone of the classic game snake that was implemented in old mobile phones.

compile: gcc -x c cSnake.c -o c-snake -lpthread

To run: ./c-snake --help