# Snake Game This is a classic **Snake Game** built using **HTML, CSS, and JavaScript**. The game allows users to choose between different difficulty levels and keeps track of the current and high scores. ## Features - Difficulty selection: Easy, Medium, Hard - Real-time score tracking - High score saving using local storage - Responsive keyboard controls - Mute/unmute game sounds - Restart button to reset the game ## Technologies Used - HTML5 - CSS3 - JavaScript (DOM, Canvas API, localStorage) ## How to Run 1. Clone the repository: ```bash git clone https://github.com/your-username/snake-game.git Open index.html in your browser: Simply double-click the index.html file. Or run a local server using: npx serve File Structure snake-game/ ├── index.html # Main game UI ├── style.css # Styling and layout └── script.js # Game logic Customization You can adjust: Game speed by modifying timing values in script.js. Colors and layout in style.css. Canvas size by changing the width and height attributes in the HTML.