Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdk78/wheech
Simple reactive game engine written in Typescript
https://github.com/xdk78/wheech
engine game-engine reactive rx typescript
Last synced: 12 days ago
JSON representation
Simple reactive game engine written in Typescript
- Host: GitHub
- URL: https://github.com/xdk78/wheech
- Owner: xdk78
- License: mit
- Created: 2018-07-14T18:06:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T17:47:40.000Z (about 6 years ago)
- Last Synced: 2024-12-26T23:24:52.857Z (16 days ago)
- Topics: engine, game-engine, reactive, rx, typescript
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wheech
Simple game engine written in Typescript
## Development
- `npm test`: Run test suite
- `npm start`: Run `npm run build` in watch mode
- `npm run test:watch`: Run test suite in [interactive watch mode](http://facebook.github.io/jest/docs/cli.html#watch)
- `npm run test:prod`: Run linting and generate coverage
- `npm run build`: Generate bundles and typings, create docs
- `npm run lint`: Lints code
- `npm run commit`: Commit using conventional commit style ([husky](https://github.com/typicode/husky) will tell you to use it if you haven't :wink:)