Open
Conversation
Jadakiss90
commented
May 16, 2025
Author
Jadakiss90
left a comment
There was a problem hiding this comment.
🐍 Snake Game - slither.io Style
A simple Snake Game developed using Python's turtle module, enhanced with background music via pygame, and custom GIF graphics for the snake parts and UI.
🎮 Features
- Start menu with
spacekey to begin - Snake moves with arrow keys or WASD
- Collision detection with walls, self, and food
- Score tracking with best score memory (in-session)
- Dynamic snake body with directional graphics
- Background music that loops continuously
- Custom images for snake head, body, tail, food, and background
🧰 Requirements
To run this game, you need:
- Python 3.x
- Required modules:
turtle(standard library)pygame(install withpip install pygame)
🖼️ Assets Required
Place the following GIF and MP3 files in the same directory as your script:
back.gif– Game backgroundmenu.gif– Start screen menuhead_up.gif,head_down.gif,head_left.gif,head_right.giftail_up.gif,tail_down.gif,tail_left.gif,tail_right.gifbody_horizontal.gif,body_vertical.gifbody_topleft.gif,body_topright.gif,body_bottomleft.gif,body_bottomright.giffood.gif– Snake foodbackground.mp3– Background music
🚀 How to Run
- Clone the repository or download the files.
- Install dependencies:
pip install pygame
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this is a snake game made by a company( MEATBROS)
jason hippolite 20232884
ifon itoro 20233246
prince umeh 20233270
GROUP 11
the executable file was too big to be uploaded