WarriorJS core
> WarriorJS core.
``sh`
npm install @warriorjs/core
`js``
const warriorjs = require('@warriorjs/core');
import { runLevel } from '@warriorjs/core');
import * as warriorjs from '@warriorjs/core';
Runs the given level config with the given player code.
Returns the level for the given level config.