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
- -h, --help
-
Print command line help
- -v, --version
-
Display program version and exit
- -l, --level n
-
Start playing from level 'n'
FILES
~/.gosnake Special file used to store highscores information.TODO
- Testing and debuggingAUTHOR
Mohammed Isam <mohammed_isam1984 [at] yahoo.com>