Skip to content

Files

Latest commit

 

History

History
24 lines (19 loc) · 688 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 688 Bytes

Snake

This is my implementation of the popular game Snake. This game has been designed using the Python programming language and is powered by the PyGame library.

Snake_Game

Deployment Steps

Prerequisites

This game requires Python 3.7+ in order to run. Pip is also recommended to enable easy installation of the required package dependencies.

Install pygame

pip install pygame

Clone the Repository

Use the repository link provided by Github

git clone <repo-link>

Running the code

  • Note: Please do not move out any .jpg files or the .ttf font file from the same directory as snakeGame.py
python3 snakeGame.py