README
Behavior System
A behavior system for javascript games inspired by Construct 2.
Install
npm install behavior-system --save
or
<script src="//unpkg.com/behavior-system@latest/dist/behavior-system.js"></script>
Getting Started
License
MIT
A behavior system for javascript games inspired by Construct 2
<script type="module">
import behaviorSystem from 'https://cdn.skypack.dev/behavior-system';
</script>
A behavior system for javascript games inspired by Construct 2.
npm install behavior-system --save
or
<script src="//unpkg.com/behavior-system@latest/dist/behavior-system.js"></script>
MIT