项目作者: christopherwk210
项目描述 :
A JavaScript game engine built on checkboxes ✅
高级语言: TypeScript
项目地址: git://github.com/christopherwk210/check.git
Check
LICENSE | DOCS
A JavaScript game engine built on checkboxes ✅
Download
Still in development, stay tuned!
Development
- Fork the repo
- Clone locally
- Install and start watchify with
npm i && npm start
To make a build, use npm run build
.
To serve the docs locally, use npm run docs
,