https://github.com/timooo-thy/snake-game
Classic Snake Game (OOP)
https://github.com/timooo-thy/snake-game
Last synced: 12 months ago
JSON representation
Classic Snake Game (OOP)
- Host: GitHub
- URL: https://github.com/timooo-thy/snake-game
- Owner: timooo-thy
- Created: 2023-03-12T08:37:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T08:41:11.000Z (over 3 years ago)
- Last Synced: 2024-12-29T00:07:33.681Z (over 1 year ago)
- Language: Python
- 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
Classic Snake Game (OOP)
1) Create game using turtle module
2) OOP concepts applied