https://github.com/janina280/snake_game
My first project in Python. In this project, I won’t take any input from the user. I just write the code and run it. The snake game will be displayed in the separate window provided by the “tkinter” package.
https://github.com/janina280/snake_game
phyton programming
Last synced: 3 months ago
JSON representation
My first project in Python. In this project, I won’t take any input from the user. I just write the code and run it. The snake game will be displayed in the separate window provided by the “tkinter” package.
- Host: GitHub
- URL: https://github.com/janina280/snake_game
- Owner: janina280
- Created: 2023-05-16T20:24:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T16:10:30.000Z (over 2 years ago)
- Last Synced: 2025-01-07T20:12:04.443Z (9 months ago)
- Topics: phyton, programming
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake_Game
My first project in Python.
In this project, I won’t take any input from the user. I just write the code and run it. The snake game will be displayed in the separate window provided by the “tkinter” package.