SanjinKurelic / TerminalSnake

Snake for Linux terminal

Home Page:http://sanjin.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

Snake game for Linux/Unix terminal. The game requires two players, one plays with the WASD key combination and the other with IJKL. Each player is trying to collect as many asterisks as they can. By collecting asterisks, snake's tail is getting bigger, so player can easily surround his enemy. The goal of the game is to eliminate the opponent by staying alive longer or surrounding him with the tail.

Images

alt text

alt text

Requirements

  • Linux/Unix terminal or any terminal that support termios header file.
  • Gcc for compiling the code

About

Snake for Linux terminal

http://sanjin.eu

License:MIT License


Languages

Language:C 99.4%Language:Shell 0.6%