Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1004 Bytes

File metadata and controls

32 lines (19 loc) · 1004 Bytes

Snake Game

A simple Snake game built using HTML, CSS, and JavaScript. The game features basic gameplay where the player controls a snake to eat food and grow while avoiding collisions with itself and the boundaries.

Demo

You can play the game [https://snake-game-dtc.netlify.app/]

Features

  • Control the snake with arrow keys.
  • Eat food to grow the snake and increase the score.
  • High score tracking using local storage.
  • Basic game sounds for actions.

Technologies Used

  • HTML: Markup structure of the game.
  • CSS: Styling and layout of the game.
  • JavaScript: Game logic and interactivity.
  • Audio: Sounds for game actions.

Deployment

The project is deployed using Netlify. You can view the live demo [https://snake-game-dtc.netlify.app/]

Credits

Feel free to fork, modify, and contribute to this project. Enjoy the game!