An easy to use drop-in package containing the Antha game engine with a bunch of pre-built mods already setup.
npm i antha Copy
npm i antha
import {createDefaultAnthaEngine} from 'antha';const {engine} = createDefaultAnthaEngine();engine.startLoop(); Copy
import {createDefaultAnthaEngine} from 'antha';const {engine} = createDefaultAnthaEngine();engine.startLoop();