gosnake (1) - Linux Manuals
gosnake: The Console Snake Game
NAME
GoSnake - The Console Snake GameSYNOPSIS
gosnake [OPTIONS]DESCRIPTION
GoSnake is a simple yet nice implementation of the well known snake game. It is designed to run under the GNU/Linux console (including terminal emulators). The aim of the game is simple: control your snake and move it around to eat food without hitting walls, or colliding with itself. The game includes 10 levels with an option to play levels randomly, and a highscore board.The snake is controlled by using the arrows keys, or the "awsd" keys as shown below.
+---+---+---+ +----+----+----+
| a | s | d | | LT | DN | RT |
+---+---+---+ +----+----+----+
OPTIONS
FILES
~/.gosnake
Special file used to store highscores information.
TODO
- Testing and debugging
AUTHOR
Mohammed Isam <mohammed_isam1984 [at] yahoo.com>