View on GitHub

Alucebur Was Here

Python implementation of the classic "Snake" game

Download this project as a .zip file Download this project as a tar.gz file

Snake game

This is a Python implementation of the classic game “Snake”, with a menu system that lets you configure the game tweaking different settings.


How to play


Features


Modules used


Requirements

Requires Python 3.6+ (with pip).


Installation

Clone the repository or download and extract the zip or tarball file in an empty folder on your computer.

Navigate until the recently created folder and install dependencies (this will install pygame modules):

Run the game:

Enjoy.


Screenshots


Asset credits


License

The code of this project is Unlicensed, feel free to use it as you want.

Audios, fonts and images used in this project are under Public Domain or a free license, check credits section for more details.

Snake and apple sprites were modified from the original, and are under the following GPLv3 license:

Copyright (c) 2015 Rembound.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.