jajodiaraghav / Snake

A simple game built using Python Pygame Library
20 stars 26 forks source link
python python-pygame-library snake

Snake

Join the chat at https://gitter.im/Snake-pygame/Lobby

A simple game built using Python Pygame Library.

Note
You must have Python installed to run this application

Screenshot

Installation instructions:

  1. Clone the repo to your computer and cd to that directory.
  2. Create a virtualenv using virtualenv pyenv
  3. Activate the virtualenv using source ./pyenv/activate
  4. Install the prerequisites using pip install -r requirements.txt
  5. Run the game using python main.py

Happy Gaming!!