This is a simple Snake game built with TypeScript and Vite.
- Clone the repository:
git clone https://github.com/NeilVicente/snakey.git
- Navigate to the project directory:
cd snake-game
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Click on the localhost link provided by the app
- Classic Snake gameplay
- Score tracking
- High score saving using localStorage
- Responsive design
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License. See the LICENSE file for details.