Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucky-bhure/snake_game_in_python

This is a Python project using the Turtle graphics library to create a simple Snake game. The game features a snake that moves in four directions to eat food, grows longer with each piece of food eaten, and ends if the snake collides with the walls or itself.
https://github.com/lucky-bhure/snake_game_in_python

Last synced: about 1 month ago
JSON representation

This is a Python project using the Turtle graphics library to create a simple Snake game. The game features a snake that moves in four directions to eat food, grows longer with each piece of food eaten, and ends if the snake collides with the walls or itself.

Awesome Lists containing this project

README

        

# Snake-Game
Snake Game in Python

This is a Python project using the Turtle graphics library to create a simple Snake game. The game features a snake that moves in four directions to eat food, grows longer with each piece of food eaten, and ends if the snake collides with the walls or itself.