https://github.com/christopherwk210/check
A JavaScript game engine built on checkboxes ✅
https://github.com/christopherwk210/check
checkboxes javascript-game-engine
Last synced: 2 months ago
JSON representation
A JavaScript game engine built on checkboxes ✅
- Host: GitHub
- URL: https://github.com/christopherwk210/check
- Owner: christopherwk210
- License: mit
- Created: 2017-06-12T20:18:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T16:40:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-27T11:45:19.595Z (4 months ago)
- Topics: checkboxes, javascript-game-engine
- Language: TypeScript
- Homepage: https://christopherwk210.github.io/check/
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check
[LICENSE](https://github.com/christopherwk210/check/blob/master/LICENSE) | [DOCS](https://christopherwk210.github.io/check/)A JavaScript game engine built on checkboxes ✅
### Download
Still in development, stay tuned!### Development
1. Fork the repo
2. Clone locally
3. 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`,