A modern Snake game built with React, TypeScript, and Vite. Features Game Boy-inspired design with custom snake artwork.
git clone https://github.com/yourusername/react-snake.git
cd react-snake
npm install
npm run devOpen http://localhost:5173 to play!
- Arrow Keys: Move the snake
- Spacebar: Pause/Resume
- Click: Pause/Resume
- Goal: Eat fruit to grow and score points
npm run dev # Development server
npm run build # Production build
npm run lint # Run linter- React 19.1.1
- TypeScript 5.9.3
- Vite 7.1.7
- Tailwind CSS 4.1.16
- Responsive design
- Touch controls
- Score tracking
- Smooth animations
- Custom snake artwork
Made with ❤️ and React