https://github.com/sanjinkurelic/terminalsnake
Snake for Linux terminal
https://github.com/sanjinkurelic/terminalsnake
c game gcc linux terminal termios
Last synced: 2 months ago
JSON representation
Snake for Linux terminal
- Host: GitHub
- URL: https://github.com/sanjinkurelic/terminalsnake
- Owner: SanjinKurelic
- License: mit
- Created: 2018-01-22T19:00:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T21:50:40.000Z (over 4 years ago)
- Last Synced: 2025-05-15T00:18:04.427Z (about 1 year ago)
- Topics: c, game, gcc, linux, terminal, termios
- Language: C
- Homepage: http://sanjin.eu
- Size: 58.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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


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