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

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

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
```