Skip to content

dannyvankooten/cnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Snake in your terminal. In C, no dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published