# 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- Navigate to the project directory:
cd Snake-Clone - Compile the code:
gcc -o Snake.exe Snake.c
- Run the game:
./Snake.c
- Use the arrow keys to control the direction of the snake.
- Press
SPACEto pause the game.
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.
Feel free to contribute by forking the repository and submitting pull requests. Any improvements, bug fixes, or new features are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
- 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.