Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucky-bhure/snake_game_in_python
This is a Python project using the Turtle graphics library to create a simple Snake game. The game features a snake that moves in four directions to eat food, grows longer with each piece of food eaten, and ends if the snake collides with the walls or itself.
https://github.com/lucky-bhure/snake_game_in_python
Last synced: about 1 month ago
JSON representation
This is a Python project using the Turtle graphics library to create a simple Snake game. The game features a snake that moves in four directions to eat food, grows longer with each piece of food eaten, and ends if the snake collides with the walls or itself.
- Host: GitHub
- URL: https://github.com/lucky-bhure/snake_game_in_python
- Owner: Lucky-Bhure
- Created: 2022-07-10T14:01:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T16:15:09.000Z (7 months ago)
- Last Synced: 2024-06-16T18:17:14.826Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake-Game
Snake Game in PythonThis is a Python project using the Turtle graphics library to create a simple Snake game. The game features a snake that moves in four directions to eat food, grows longer with each piece of food eaten, and ends if the snake collides with the walls or itself.