Skip to main content

Command-line version of the classic Snake game.

Project description

Snake

Build Status PyPI ruben-snake-cmd GitHub

Command-line version of the classic Snake game.

GIF showing gameplay

Installation

Install as usual:

pip install ruben-snake-cmd

You may wish to create a virtual environment beforehand.

Installation on Windows

The game requires the curses library. This should already be installed on Linux and macOS so no additional steps are required. However, it is not included in the Windows version of Python, as noted in the curses documentation. On Windows, you can install the windows-curses package (see this comment), using pip install windows-curses.

Usage

Run the game using the following command:

ruben-snake-cmd

Note that I've only tested this on Linux.

The application should generally be self-explanatory.

One thing to note is the settings screen, reached by pressing S on the title screen. Currently, the only option is to enable/disable the snake wrapping around the edge of the window by pressing B. If disabled, the snake will "die" on reaching the edge of the window.

There is also a controls screen, reached by pressing C on the title screen.

In-Game Controls

Key(s) Action
, , , Change direction
Q End game

Note that these only apply in-game and not on other screens, such as the title screen or settings screen.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ruben-snake-cmd-0.3.0.tar.gz (17.4 kB view hashes)

Uploaded Source

Built Distribution

ruben_snake_cmd-0.3.0-py3-none-any.whl (17.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page