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.
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.
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
Please, run flake8 --max-line-length=92
before committing changes and opening a PR.