Skip to main content

CLI Snake game.

Project description

Snake

An interactive CLI Snake game, tested on Python 2.7 and 3.6 Posix environments.

Applications list view

Installation

Install from PyPi using pip, a package manager for Python.

 pip install py-snake

Or clone the repo and install using setuptools.

 cd path/to/repo
 python setup.py develop

Usage

Start a new game by running snake from from command line. Optionally pass --help flag for more info.

$ snake --help
usage: snake [-h] [--width WIDTH] [--height HEIGHT] [--speed SPEED]
             [--food FOOD]

Snake game for CLI

optional arguments:
  -h, --help       show this help message and exit
  --width WIDTH    Frame width
  --height HEIGHT  Frame height
  --speed SPEED    Snake speed (fps)
  --food FOOD      Number of food pieces available

Uninstallation

Uninstall Snake completely using pip.

 pip uninstall py-snake

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

py-snake-0.0.2.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

py_snake-0.0.2-py2-none-any.whl (13.5 kB view hashes)

Uploaded Python 2

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