https://github.com/spectureram/snake_game
This is a classic Snake Game developed using the Python programming language and the Pygame module, a set of Python libraries designed for writing video games. The game features a snake that moves around the screen, growing longer as it eats food items and avoiding collisions with the walls or itself.
https://github.com/spectureram/snake_game
Last synced: 2 months ago
JSON representation
This is a classic Snake Game developed using the Python programming language and the Pygame module, a set of Python libraries designed for writing video games. The game features a snake that moves around the screen, growing longer as it eats food items and avoiding collisions with the walls or itself.
- Host: GitHub
- URL: https://github.com/spectureram/snake_game
- Owner: SpectureRam
- License: mit
- Created: 2021-11-14T13:58:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T14:30:18.000Z (over 3 years ago)
- Last Synced: 2025-01-25T00:51:51.769Z (4 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
***WHAT TO KNOW WHEN YOU USE THIS CODE :)
*Difficulty settings
Easy -> 10
Medium -> 25
Hard -> 40
Harder -> 60
Impossible-> 120*Colors like black,white,blue,red,green,yellow,cyan are defaults.(You can use them by changing the names where you need it.)
*You can change the game window (resolution) by changing the pixels of variables "frame_x","frame_y" in lines 16 and 17.
***You are ready to go***
*** All the BEST ***--------------------------------------------------------------------------------------------------------*/*/*/*/Author:Specture Ram/*/*/*/*------------------------------------------------------------------------------------------------------