/ouroboros

My take on the old snake game.

Primary LanguagePythonMIT LicenseMIT

ouroboros

Test & QA GitHub release (latest by date)

My take on the old snake game.

Animated GIF of the game running

Installing

I've tested this on Ubuntu and Windows 10 using Python 3.6/3.7 with no problems. So assuming that you already have Python and Pip installed checkout the source code from here:

$ git clone https://github.com/RatJuggler/ouroboros.git
$ cd ouroboros

Then install/update using:

$ pip3 install -U .

Running

$ ouroboros --help
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Usage: ouroboros [OPTIONS]

  Ouroborus - A snake game.

Options:
  --version       Show the version and exit.
  -w, --windowed  Run in a window rather than full-screen.  [default: False]
  --help          Show this message and exit.

Attributions