使用贪吃蛇

贪吃蛇 为一个玩法简单的游戏。游戏所需的键只有方向键。

3.1. 基本使用

Starting Nibbles opens the main window shown below.

Figure 1Nibbles Introduction Window

To start the game, select Game ▸ New Game.

When the game starts, the worm will come out of the left side of the screen. You use the up arrow to make the direction of the worm go up. Use the right arrow to turn the worm right, left arrow to turn the worm left, and down arrow to turn the worm down.

Figure 2Nibbles During Gameplay

3.2. 菜单

菜单栏,位于主窗口的顶端,包含如下菜单项:

Game

This menu contains:

  • New Game ( Ctrl+N ) This starts a new game of Nibbles.
  • Scores This shows the high scores.
  • Pause game This will pause your game. Click on the “Pause Game ” menu option to resume game.
  • End Game End the current game and return to the title screen.
  • Exit ( Ctrl-Q ) This quits the application.

View

This menu contains:

  • Fullscreen This toggles your game window to be fullscreen.

Settings

This menu contains:

Help

This menu contains:

  • Contents ( F1 ) Display this manual.

    About This opens the About dialog which shows basic information about Nibbles, such as the author's name, the version number of the game.

3.3. 钻石

贪吃蛇可以吃掉许多不同的钻石。它们颜色各不相同,具有不同的功能。只有浅紫色的钻石在足够长的时候才能吃掉它(实际上,您的蛇必须吃掉它们以完成这一关)。其他的钻石全部是奖励,但是它们仅存在很短的时间。我们会留给您来发现每种颜色获得什么奖励,但是它们全部影响分数,蛇的长度,或者两个都影响。当走向这些奖励钻石时要小心,不要切断你走向结束这一关的普通钻石的路。