https://github.com/luizbills/behavior-system
:package: A behavior system for JavaScript games
https://github.com/luizbills/behavior-system
behavior component ecs game game-development game-library gamedev
Last synced: 12 months ago
JSON representation
:package: A behavior system for JavaScript games
- Host: GitHub
- URL: https://github.com/luizbills/behavior-system
- Owner: luizbills
- License: mit
- Archived: true
- Created: 2016-04-28T17:49:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T18:42:52.000Z (over 6 years ago)
- Last Synced: 2025-01-20T21:42:43.904Z (about 1 year ago)
- Topics: behavior, component, ecs, game, game-development, game-library, gamedev
- Language: JavaScript
- Homepage:
- Size: 793 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Behavior System
[](https://npmjs.org/package/behavior-system)
[](https://bundlephobia.com/result?p=behavior-system@latest)
[](https://travis-ci.org/luizbills/behavior-system)
[](https://github.com/feross/standard)
[](https://codecov.io/gh/luizbills/behavior-system)
[](https://snyk.io/test/github/luizbills/behavior-system?targetFile=package.json)
[](LICENSE)
*A behavior system for javascript games inspired by Construct 2.*
## Install
`npm install behavior-system --save`
or
```html
```
**[DOWNLOAD HERE (UMD)](https://unpkg.com/behavior-system@latest/dist/behavior-system.js)**
## Getting Started
[Introduction Guide](https://github.com/luizbills/behavior-system/wiki/Getting-Started)
## License
MIT