Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 435 Bytes

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