Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 264 Bytes

File metadata and controls

12 lines (10 loc) · 264 Bytes

Snake_Game (Python)

Snake Game is Simple old game re-created using Python

  • Requirements :

    • Python 3.6+
    • Pillow==6.1.0
  • How To Run

    • virtualenv env
    • source env/bin/activate
    • pip install -r requirements.txt
    • To Run: python app.py