The classic Snake game rendered on an HTML5 canvas, playable with arrow keys.
- Canvas-based rendering (500x500 board)
- Score and high score tracking
- Restart button to reset the game
- Keyboard controls (arrow keys) for movement
- HTML5 (Canvas API)
- CSS3
- JavaScript (Vanilla)
- Clone or download this folder.
- Open
index.htmlin your browser. - Use the arrow keys to control the snake. Click Restart Game to play again.
Snake_Game/
├── index.html
├── style.css
└── script.js