this is a simple snake game developet using python and pygame
DEPENDENCIES
To execute the game you must install these packages
- python 2.7 32bit (x86 version)
- pygame 1.9.1
- numpy 1.7.1
Repository ArchLinux: sudo pacman -S python2 python2-pygame python2-numpy
Debian & Ubuntu: sudo apt-get install python python-pygame python-numpy
Windows Download and install the 3 packages in this order
- Python 2.7 32bit version -> www.python.org/ftp/python/2.7.5/python-2.7.5.msi
- Pygame 1.9.1 -> www.pygame.org/ftp/pygame-1.9.1.win32-py2.7.msi
- Numpy 1.7.1 -> https://pypi.python.org/packages/2.7/n/numpy/numpy-1.7.1.win32-py2.7.exe#md5=dc11133ce1ce90ceb8f715e879a96e5f
Then execute (with double click) the file "snake_pygame.py"