behavior-system

A behavior system for javascript games inspired by Construct 2

Usage no npm install needed!

<script type="module">
  import behaviorSystem from 'https://cdn.skypack.dev/behavior-system';
</script>

README

Behavior System

npm version Bundlephobia Build Status Standard Style codecov Known Vulnerabilities MIT license

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>

DOWNLOAD HERE (UMD)

Getting Started

Introduction Guide

License

MIT