Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godsonkoithodathu/snake-game
Created a simple Snake game using Python, utilizing the turtle module for graphics, implementing object-oriented programming (OOP) principles for game structure, and the time module to manage game timing and animations.
https://github.com/godsonkoithodathu/snake-game
oops-in-python python3 time turtle-graphics
Last synced: about 2 months ago
JSON representation
Created a simple Snake game using Python, utilizing the turtle module for graphics, implementing object-oriented programming (OOP) principles for game structure, and the time module to manage game timing and animations.
- Host: GitHub
- URL: https://github.com/godsonkoithodathu/snake-game
- Owner: GodsonKoithodathu
- Created: 2024-07-12T13:01:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T13:02:51.000Z (6 months ago)
- Last Synced: 2024-08-29T15:58:01.265Z (4 months ago)
- Topics: oops-in-python, python3, time, turtle-graphics
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake-Game
A simple snake game created using the turtle module wtih python