Skip to content

🐍 A snake game written in Python using the Pygame library

Notifications You must be signed in to change notification settings

MPCodeWriter21/snake-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake Eater

A snake game written in Python using the PyGame library.

Installing

To run this game you need Python installed on your machine. (Python>=3.6)

You can visit python.org and download python for your operating system or use your favorite package manager to install Python.

Clone the repository and run the following in the terminal to install the requirements:

python -m pip install -r requirements.txt

Running the application

You can run the game just like any other Python script (.py) file.

python3 snake-game.py

Prerequisites

  • Python
  • Pygame, an open-source Python library for making multimedia applications
  • log21, an open-source library that provides a simple and beautiful way of logging.

Authors

  • Rajat Dipta Biswas - Initial work
  • Mehrad Pooryoussof - Updated work

CodeWriter21

Updated by Mehrad Pooryoussof.

Telegram Channel: @CodeWriter

Blog: CodeWriter21.blogsky.com

Acknowledgements

About

🐍 A snake game written in Python using the Pygame library

Topics

Resources

Stars

Watchers

Forks

Languages