Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Snake-Game
A simple snake game created using the turtle module wtih python