https://github.com/eva-engine/eva-multi-platform-demo
https://github.com/eva-engine/eva-multi-platform-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eva-engine/eva-multi-platform-demo
- Owner: eva-engine
- Created: 2021-12-18T18:30:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T08:21:47.000Z (about 4 years ago)
- Last Synced: 2025-03-24T10:38:52.643Z (over 1 year ago)
- Language: JavaScript
- Size: 6.2 MB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eva.js 多平台模板
本仓库脚手架支持将 Eva.js 编译成 Web 和 微信小游戏,未来会扩展支付宝/淘宝小程序。
## 游戏来源
《Cramped Room Of Death》
本游戏由 [SLI97](https://github.com/SLI97) 开发 原仓库地址 [SLI97/eva-cramped-room-of-death](https://github.com/SLI97/eva-cramped-room-of-death)
[在线试玩](https://sli97.github.io/eva-cramped-room-of-death)
本游戏项目复刻自[Steam同名游戏](https://store.steampowered.com/app/1389200/Cramped_Room_of_Death/),这Demo内容版本为一年前左右,原版游戏功能已更加丰富,当前还未发行。
## 开发&编译
### 开发调试
```js
npm run start
```
### 编译成Web/H5
```js
npm run build:web
```
### 编译成微信小游戏
```js
npm run build:minigame
```