https://github.com/graciegould/snake
https://github.com/graciegould/snake
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/graciegould/snake
- Owner: graciegould
- Created: 2025-01-24T20:59:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T19:59:21.000Z (4 months ago)
- Last Synced: 2025-02-14T20:29:50.510Z (4 months ago)
- Language: TypeScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake
Just a classic snake game with customizable difficulty.
## Demo

## Installation Steps
1. Clone the repository:
```sh
git clone https://github.com/yourusername/snake.git
```2. Navigate to the project directory:
```sh
cd snake
```3. Install the dependencies:
```sh
npm install
```4. Run the application:
```sh
npm run dev
```