Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
:package: A behavior system for JavaScript games
- Host: GitHub
- URL: https://github.com/luizbills/behavior-system
- Owner: luizbills
- License: mit
- Created: 2016-04-28T17:49:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T18:42:52.000Z (about 5 years ago)
- Last Synced: 2024-10-05T17:07:39.297Z (3 months 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
[![npm version](https://badgen.net/npm/v/behavior-system)](https://npmjs.org/package/behavior-system)
[![Bundlephobia](https://badgen.net/bundlephobia/minzip/behavior-system)](https://bundlephobia.com/result?p=behavior-system@latest)
[![Build Status](https://travis-ci.org/luizbills/behavior-system.svg?branch=master)](https://travis-ci.org/luizbills/behavior-system)
[![Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
[![codecov](https://codecov.io/gh/luizbills/behavior-system/branch/master/graph/badge.svg)](https://codecov.io/gh/luizbills/behavior-system)
[![Known Vulnerabilities](https://snyk.io/test/github/luizbills/behavior-system/badge.svg?targetFile=package.json)](https://snyk.io/test/github/luizbills/behavior-system?targetFile=package.json)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](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