Skip to content

bDrwx/Snake_game

 
 

Repository files navigation

Snake_game

Simple python version of the classic Snake game

Modules Needed

pygame is needed to run this game.
To install it open the command line and enter: pip install pygame

Controls

Use L,R,UP and down arrows to move snake around screen

Game mechanics

•Snake will die if it hits the side.
•Snake will die if it bites it's tail.
•Possible for snake to pass through walls and appear at far side by uncommenting code.
•Each time snake eats fruit score is update and cheing sound is played.

The Game

python_Snake_game

Credit

FoolBoyMedia https://freesound.org/people/FoolBoyMedia/sounds/320232/

Basic snake script http://programarcadegames.com/python_examples/f.php?file=snake.py

About

Simple python version of the classic Snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%