Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 807 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 807 Bytes

Snake Game

Welcome to the Snake game, a classic arcade game implemented using Python and Pygame. Control the snake, eat the food, and grow as long as possible without running into yourself!

Features

  • Interactive Gameplay: Play the classic Snake game.
  • Dynamic Food Placement: Food appears in random positions each time the snake eats it.
  • Smooth Animations: Enjoy smooth transitions and animations for the snake’s movements.
  • Score Tracking: Keep track of your score as you play.
  • Game Over Screen: The game ends if the snake runs into itself, and you can start over.

Installation

To play the game, you need to have Python and Pygame installed on your system. You can install Pygame using pip:

pip install pygame