Welcome to this version of the classic Snake game, implemented in Python. Control a snake that moves around the screen, eating food to grow larger. The game ends when the snake collides with itself or with the edges of the screen.
-Control the snake using the arrow keys โฌ๏ธโฌ๏ธโฌ ๏ธโก๏ธ -Random generation of food on the screen ๐ -Collision detection to handle snake-food and snake-snake interactions ๐ซ -Score tracking ๐ -End game message and option to restart the game ๐ฎ
- Clone the repository.
- Navigate to the directory containing snake.py.
- Run the script:
snake.py
Enjoy the game!