GitHunt
ME

mehulcode12/Snake-Game-by-Turtle-created-on-24-07-22

I created a snake game using OOP and turtle library all by myself.

mehul ligade (created on 24/07/22)

breaking down problem

step 1) create a snake body
step 2) move snake
step 3) control snake
step 4) put food, make new food at random location
step 5) updating score
step 6) collided with wall (or) snake collided with its own body

open cmd and type "pip install turtle"
and then run the main.py file
((OR))
run this exe file https://github.com/mehulcode12/Snake-Game-by-Turtle-created-on-24-07-22/blob/main/d21-turtle_snake.exe

Languages

Python100.0%

Contributors

Created July 24, 2022
Updated October 6, 2023
mehulcode12/Snake-Game-by-Turtle-created-on-24-07-22 | GitHunt