Skip to content

sreeharshau/snake-python

Repository files navigation

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

About

Python based implementation of the popular game Snake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages