A downloadable game for Linux

Download NowName your own price

Simple command line interface snake game for GNU+Linux systems.

You will probably need to compile it yourself because the exactable doesn't really work on other systems and I'm too lazy to fix it ... I have added compile steps in Download & Install instructions - you will need to install ncurses library.

You can also easily adjust the size of the game and characters used for displaying snake and food in the source file.


Works?

It was tested in Ubuntu and Fedora, works normally, BUT via ssh on Windows it does not - to fix it:

  • find this line: char SnakeChar = 219;
  • replace it with this: char SnakeChar = '#';
  • (you can change it to any other ASCII character)

Download

Download NowName your own price

Click download now to get access to the following files:

snake.c 9 kB
snek - executable - probably won't work 18 kB

Leave a comment

Log in with itch.io to leave a comment.