Sin descripción

Aaro Saila 883aa91224 Removed outdated information. hace 10 meses
src 77f3f937bb extracted border characters to a config header hace 11 meses
.gitignore 8b8160dcd7 added commandline arguments and deleted target hace 1 año
README.md 883aa91224 Removed outdated information. hace 10 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
  • x86 CPU