Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VickScarlet/lifeRestart
やり直すんだ。そして、次はうまくやる。
https://github.com/VickScarlet/lifeRestart
Last synced: 8 days ago
JSON representation
やり直すんだ。そして、次はうまくやる。
- Host: GitHub
- URL: https://github.com/VickScarlet/lifeRestart
- Owner: VickScarlet
- License: mit
- Created: 2021-08-15T02:41:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:32:00.000Z (about 2 months ago)
- Last Synced: 2024-10-29T11:20:58.420Z (13 days ago)
- Language: JavaScript
- Homepage: https://liferestart.syaro.io
- Size: 34.6 MB
- Stars: 10,118
- Watchers: 148
- Forks: 2,329
- Open Issues: 233
-
Metadata Files:
- Readme: README-zh_CN.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - VickScarlet/lifeRestart - 09 star:10.1k fork:2.3k やり直すんだ。そして、次はうまくやる。 (JavaScript)
- awesome - VickScarlet/lifeRestart - やり直すんだ。そして、次はうまくやる。 (JavaScript)
- awesome - VickScarlet/lifeRestart - やり直すんだ。そして、次はうまくやる。 (JavaScript)
README
# Life Restart
[English](./README.md) | 简体中文
## 简介
- Game Life Restart
## 使用
网页版
1. 下载项目代码。
```bash
git clone https://github.com/VickScarlet/lifeRestart.git my-project
cd my-project
```2. 进入目录安装依赖。
```bash
yarn install
```或者
```bash
npm install
```3. 启动本地服务器。
```bash
yarn dev
```或者
```bash
npm run dev
```4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。
控制台版本
```bash
node repl
```## 其他版本
版本列表
- Cocos版:[gameall3d/LifeRestart_Cocos](https://github.com/gameall3d/LifeRestart_Cocos)
> 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。