https://github.com/soulyma/snake_game
I made a Snake Game using only turtle library in python
https://github.com/soulyma/snake_game
game game-development python turtle-python
Last synced: 3 months ago
JSON representation
I made a Snake Game using only turtle library in python
- Host: GitHub
- URL: https://github.com/soulyma/snake_game
- Owner: Soulyma
- Created: 2022-10-08T08:57:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T09:01:44.000Z (about 3 years ago)
- Last Synced: 2025-04-07T05:19:07.383Z (6 months ago)
- Topics: game, game-development, python, turtle-python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake_Game
I made a Snake Game using only turtle library in python. You can control the snake movement by using the w a s d buttons and the snake grow each time she eats the food, and die when she hit the wall.