Skip to content

The well-known Snake game aka Nibbles - powered by pygame

License

Notifications You must be signed in to change notification settings

talent-campus/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Snake Game - powered by pygame

A beginner's program on snake by Alexander (Arekkusu304). This source code is worth visiting, because it doesn't require any media assets. Originally released on pygame.org on December 17, 2017.

Author's Notes

The 'big' size has some bugs, but most of the collisions should be fine. If you have any bugs, edits, or suggestions please leave a comment.

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/talent-campus/snake-game.git
cd snake-game

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

python3 snake.py

How To Contribute

Please, run flake8 --max-line-length=92 before committing changes and opening a PR.

About

The well-known Snake game aka Nibbles - powered by pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages