https://github.com/nriothrreion/snake-ts
🐍 Ordinary Snake Game in Typescript
https://github.com/nriothrreion/snake-ts
react snake-game typescript web-based
Last synced: about 1 year ago
JSON representation
🐍 Ordinary Snake Game in Typescript
- Host: GitHub
- URL: https://github.com/nriothrreion/snake-ts
- Owner: NriotHrreion
- License: mit
- Created: 2021-09-28T13:57:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T03:16:31.000Z (over 1 year ago)
- Last Synced: 2025-04-12T02:12:41.539Z (about 1 year ago)
- Topics: react, snake-game, typescript, web-based
- Language: TypeScript
- Homepage: https://snake.nocp.space
- Size: 377 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game in Typescript
By NriotHrreion; Using [React.js](https://react.dev)
## 使用方法
在线游玩: [戳我](http://snake.nocp.space)
1. 下载这个项目
```
git clone https://github.com/NriotHrreion/Snake-ts.git
```
2. 进入项目根目录
```
cd Snake-ts
```
3. 安装依赖(此处也可以用`yarn`)
```
npm install
```
4. 运行
```
npm run start
```
5. 最后在浏览器打开`https://localhost:3000`即可游玩.
## LICENSE
[MIT](./LICENSE)