Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:)