Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 925 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 925 Bytes

Snakes

screenshot

The game Snakes is game for one or two players. The goal is to achieve a highest score by collecting fruits. The player with the highest score wins.

Controls

The default controls for the first player are 'w','a','s','d' and for the second player are 'i','j','k','l'. You have the option to change the controls within the game. Please note that the movement controls are case sensitive.

You can press 'q' in-game to quit.

Options

  • -b: Disable borders.
  • -s [SPEED]: Speed of a player, 1 (max) - 10 (min), default 5.
  • -h: Show this help message and exit.

Building

For Unix-based systems

The easiest way to build the game is with make. To get started, follow the instructions here. Note that while the game has not been tested on macOS, it should work in theory.