Skip to content

Jagjit0306/Snake-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Snake Game Clone

Welcome to the Snake Game Clone! This is a classic game implemented in C featuring engaging ASCII art, music beeps, and customizable settings for an enhanced gaming experience.

## Features

- **ASCII Art:** Enjoy vibrant ASCII representations of the game components, enhancing the visual appeal of the game.
- **Music Beeps:** Experience nostalgic sound effects during gameplay, making the experience more immersive.
- **Customizable Settings:** Tailor your game to your preferences with the following options:
  - **Board Size:** Change the dimensions of the game board for a unique challenge.
  - **Wall Collision:** Toggle wall collision on or off to modify game difficulty.
- **Leaderboard:** Keep track of your high scores and compete with friends by viewing the leaderboard for each setting.

## Requirements

- C compiler (e.g., GCC)
- Make sure you have a terminal that supports ASCII characters and beeps.

## Installation

1. Clone this repository:
   ```bash
   git clone https://github.com/Jagjit0306/Snake-Clone.git
  1. Navigate to the project directory:
    cd Snake-Clone
  2. Compile the code:
    gcc -o Snake.exe Snake.c
  3. Run the game:
    ./Snake.c

Controls

  • Use the arrow keys to control the direction of the snake.
  • Press SPACE to pause the game.

Customization

You can adjust the game settings by accessing the settings menu within the game. Choose your desired board size, toggle wall collision, and view the leaderboard to see how you stack up against other players.

Contribution

Feel free to contribute by forking the repository and submitting pull requests. Any improvements, bug fixes, or new features are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to everyone who inspired and contributed to the development of this game!

Enjoy playing the Snake Game Clone!


Feel free to modify any sections as needed, especially the repository link and the file names.

About

A fun snake game clone :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages