Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 617 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 617 Bytes

Snake_Game-Py-Script-

A simple snake game using python

Getting Started

  • Install the PyGame library
  • $ pip install pygame
  • Fork the code and run the Snake-Game-Py-Script.py file in any IDE having Python Interpreter

Understanding the Code

The .py script contains the proper formatting of code alongwith descriptive comments in each section in order to understand and manipulate the code as per your need. Please go throught he code and find the explainatory comments for each code syntax

Please Give a star to this repo if you like the code