bDrwx / Snake_game

Simple python version of the classic Snake game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%