Skip to content

Amitanand983/Snake-Game

Repository files navigation

Snake Game

Welcome to the Snake Game! This is a classic Snake game implemented in Python using the Pygame library.

Game Screenshot Uploading Game over Msg.png…

Table of Contents

Installation

To run this game on your local machine, follow these steps:

  1. Clone this repository to your local machine: https://github.com/Amitanand983/Snake-Game

  2. Make sure you have Python and Pygame installed. If you don't have Pygame, you can install it using pip:

  3. Navigate to the project directory:

  4. Run the game:

How to Play

The objective of the game is to control the snake and collect apples to increase your score. Avoid colliding with the walls or the snake's own body.

Controls

  • Use the arrow keys to control the snake's direction:
  • Up arrow: Move up
  • Down arrow: Move down
  • Left arrow: Move left
  • Right arrow: Move right

Features

  • Simple and classic Snake game
  • Score tracking
  • Increasing difficulty as your score goes up
  • Sound effects
  • Pause and resume functionality

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages