Skip to content

rekin5320/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Just my version of snake game 🐍

Linux Windows MacOS

GitHub release (latest SemVer) GitHub license

Requirements

  • Python3
  • Pygame

Installing dependencies

python3 -m pip install -r requirements.txt

Starting game

python3 snake.py

Playing

Rules are simple – collect apples (red), avoid own tail and bananas (yellow)

Controls

Moving: WASD or arrows

To exit the ongoing game to the menu, press Escape

Hint: you can use Space to play again faster – press once to skip Game Over and press Space again in the menu to start a new game