Skip to content

samertm/snake-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

About

This is a Snake game written in Python and Pygame.

Dependencies

  • Pygame (sudo apt-get install python-pygame on Debian/Ubuntu)

To install Pygame for Python 3, you should to download this experimental version and install the dependencies for Pygame:

sudo apt-get install python3-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy subversion libportmidi-dev

Then go to the folder that you extracted for Pygame and run sudo python3 setup.py install.

Usage

Simply run python game.py (or python3 game.py if you're using Python 3).

That wasn't too hard, was it? :)

About

Learning python 3 & pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages