/otto

Helps produce CA

Primary LanguageJavaScriptISC LicenseISC

about

Helps produce cellular automata.

setup

Load via HTML script tag:

<!-- Just an IIFE namespaced `otto` -->
<script src="https://thewhodidthis.github.io/otto/otto.js"></script>

Source from an import map:

{
  "imports": {
    "@thewhodidthis/otto": "https://thewhodidthis.github.io/otto/main.js"
  }
}

Download from GitHub directly if using a package manager:

# Add to package.json
npm install @thewhodidthis/otto

see also