Skip to content

Desentso/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Snake

Classic snake game that runs in terminal. Written with C, currently only works in Windows because of OS specific commands for console clearing and input listening without buffering.

Installation and running

You need to compile the snake_on_terminal.c file.

  • Tested on Windows using MinGW, running the following command works gcc -o snake.exe snake_on_terminal.c
  • After that you can run the game with just snake.exe

About

Classic snake game in terminal written with C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages