Sin descripción

Aaro Saila 874d0e0f18 removed arch from readme hace 8 meses
src f93ea56076 added null checks after allocations hace 8 meses
.gitignore 8b8160dcd7 added commandline arguments and deleted target hace 1 año
README.md 874d0e0f18 removed arch from readme hace 8 meses
compile.sh 57d2aba783 Changed version number to git hash hace 1 año

README.md

Sanke

A simple snake game in the terminal. No third party libraries needed.

Demo

Click image for video

Sanke demo

How it works

The program makes the terminal use non-canonical input and output by using termios. Then it updates and prints a 2D character array containing the board borders, snake, and food. Before terminating, the program restores canonical mode.

Info

Only tested with the combination of

  • GCC
  • Linux