An open API service indexing awesome lists of open source software.

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

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)