Skip to content

mohamedNadyS/Snake_game_pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 27, 2025
3f05552 · · Sep 27, 2025

History

11 Commits
Sep 20, 2025
Aug 2, 2025
Sep 27, 2025
Aug 3, 2025
Sep 19, 2025
Sep 19, 2025
Aug 3, 2025
Sep 20, 2025
Sep 20, 2025
Sep 19, 2025

Repository files navigation

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:


Made with ❤️ using Python & Pygamegame

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages