A classic Snake game implementation using TypeScript and Svelte. The game features a responsive design, keyboard controls, and increasing difficulty as you score more points.
Clone the repository:
git clone <repository-url>
cd snake-game
Install dependencies:
npm install
To start the development server:
npm run dev
The game will be available at http://localhost:5173
To run the test suite:
npm test
To create a production build:
npm run build
The built files will be in the build
directory and can be deployed to any static hosting service.
MIT