# Snake Game (Pygame)

A classic **Snake Game** clone built with the Python game library **Pygame**.

## Gameplay

* Eat apples to grow longer and achieve the highest score possible.
* Control movement using the **arrow keys**.
* The snake wraps around the screen:

  * Moving off the left side brings you to the right.
  * Moving off the bottom brings you to the top (and vice versa).
* The game ends when the snake collides with its own body.

## Assets Used

* Snake head image
* Apple image
* Snake hiss sound (plays at game start)
* Apple crunch sound (when eating)
* Game over sound

## Downloads

You can download the prebuilt versions of the game from GitHub Actions artifacts:

* [Windows](https://github.com/mohamedNadyS/Snake_game_pygame/actions/runs/17876613574/artifacts/4062157702)
* [Linux](https://github.com/mohamedNadyS/Snake_game_pygame/actions/runs/17876613574/artifacts/4062163234)
* [macOS](https://github.com/mohamedNadyS/Snake_game_pygame/actions/runs/17876613574/artifacts/4062158189)

---

Made with ❤️ using Python & Pygame
ame
��️ using Python & Pygame