PrajaktaSathe / Python

Features small Python projects. You are welcome to contribute here!
MIT License
27 stars 45 forks source link

Snake Game #77

Closed big-fish-00 closed 2 years ago

big-fish-00 commented 2 years ago

This is a simple python game that is playing snake game. This game has been a staple of the gaming world since the 1980s. The aim of the game is to navigate an incarnation on the screen without touching walls or your own tail. Each incarnation starts with one unit of length and the player grows the body by eating apples scattered around the playing field. If the toy mishandles the snake and lets its head hit the body, the game is over.

PrajaktaSathe commented 2 years ago

Nice addition! Thanks!