An open API service indexing awesome lists of open source software.

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.

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/*/*/*/*------------------------------------------------------------------------------------------------------