Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 375 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 375 Bytes

Snake-Game

This is a classic Snake Game implemented in Python using the Pygame module. The game features a simple yet addictive gameplay where the player controls a snake, aiming to eat the apple and grow longer without colliding with the boundaries or itself.

Rules are simple:

  • Don't touch the tail of snake.
  • Don't touch the window.
  • Eat the apple and grow bigger.