A classic Snake game built with HTML5 Canvas and JavaScript. Navigate the snake to eat apples and grow longer while avoiding walls and colliding with yourself.
- 🎮 Smooth gameplay with arrow key controls
- 🎨 Vibrant gradient UI with modern styling
- 📊 Real-time score tracking
- 🔄 Restart button to play again
- ✨ Enhanced graphics with gradients and animations
- Use Arrow Keys to control the snake's direction
- Eat the green apple to increase your score and grow
- Avoid hitting the walls or yourself
- Try to achieve the highest score!
- Open
index.htmlin your web browser - The game starts automatically
- Click "Restart Game" to reset and play again
- HTML5 Canvas for graphics
- Vanilla JavaScript for game logic
- CSS3 for styling and animations
- jQuery for event handling
MIT License - See LICENSE file for details