https://github.com/eva-engine/watermelon
https://github.com/eva-engine/watermelon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eva-engine/watermelon
- Owner: eva-engine
- Created: 2021-04-27T09:07:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T09:27:06.000Z (over 4 years ago)
- Last Synced: 2025-03-24T10:38:53.014Z (over 1 year ago)
- Language: TypeScript
- Size: 2.23 MB
- Stars: 12
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Physics Demo - Eva.js 合成大西瓜
This is a game create with [MatterJS](http://npmjs.com/package/@eva/plugin-matterjs) physics system.
Demo: [https://eva.js.org/wantermelon/](https://eva.js.org/wantermelon/)
Thanks for [@wangybg](https://github.com/wangybg) to develop matterjs plugin and this demo.
## Download
```bash
git clone git@github.com:eva-engine/wantermelon.git
```
## Develop
```bash
npm run start
```
## Build
```bash
npm run build
```