This is a simple Snake game project created to showcase my skills in JavaScript, CSS, and HTML.
This project is a classic Snake game implemented using JavaScript for game logic, CSS for styling, and HTML for the user interface. It was created to demonstrate proficiency in front-end web development technologies.
- Classic Snake Gameplay: Enjoy the timeless fun of the Snake game.
- Responsive Design: Play the game on various screen sizes.
- Customization: Tailor the game settings to your preferences.
- Use the arrow keys on your keyboard to control the direction of the snake.
- Try to eat the food (represented by a red square) to grow your snake.
- Avoid hitting the walls or colliding with your snake's own body.
You can customize the game by modifying the JavaScript or CSS files to change aspects like game speed, colors, or styling.