Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 630 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 630 Bytes

Cnake

Snake in your terminal. In C, no dependencies.

Screenshot of the game

Usage

Run make to compile.

make

Alternatively, invoke your compiler of choice directly:

cc cnake.c -O2 -o cnake

Then run cnake from your terminal to start the game.

Controls

  • wasd to change direction.
  • + or - to in- or decrease the snake's speed.
  • ESC or Ctrl+C to quit.

Related resources

License

UNLICENSE