Skip to content

mrpelotazo/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

A simple, sweet snake game with sound effects. Created by Adrian Antonana using Python and pygame. Published 01-Aug-2012 on The Linux Chronicles blog.

Instructions

This program requires the pygame library. You may install it like this:

python3 -m pip install pygame --user

Clone this repository to your local disk using Git, e.g.

git clone https://github.com/mrpelotazo/snake.git
cd snake

Then run the Snake game from your terminal using Python, e.g.

python3 -m game

How To Contribute

Please, run Flake8 and Pylint before committing changes and opening a PR:

$ flake8
$ pylint colors food snake game

About

a little snake game witten in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages