Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 750 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 750 Bytes

PySnake

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

Then execute (with double click) the file "snake_pygame.py"