GitXplorerGitXplorer
s

snake-python

public
3 stars
9 forks
2 issues

Commits

List of commits on branch master.
Unverified
4a58ac4355afbc942425ab821626a05e6c7c33fd

Changed the overlay, shadow colors

ssamertm committed 12 years ago
Unverified
f8478185ea485f3c1bf4a32ab73f24c358bb7ef1

Merge branch 'master' of https://github.com/DaveyPocket/snake-python into DaveyPocket-master

ssamertm committed 12 years ago
Unverified
23abffcfa66d9265f7ffa0c9b2dcb37a6b1e3691

Added shadow to game over text and changed overlay to black instead of white.

committed 12 years ago
Unverified
07778d6615f753aefb98346f432e64a14901714f

Merge pull request #3 from DaveyPocket/master

ssamertm committed 12 years ago
Unverified
a5fa55e4ae08aff1bcecc36a137bbe5bff05e5db

Added the transpartent overlay, need to change color values and alpha channel

committed 12 years ago
Unverified
95d7d5ef261489f909aeeaf1ec73f85162c5b84e

Displays basic leaderboard, no update function yet

ssamertm committed 12 years ago

README

The README file for this repository.

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? :)