gosnake (1) Linux Manual Page
GoSnake – The Console Snake Game
Synopsis
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’
