@vibemancer/core
v0.1.4
Published
Vibemancer game engine - competitive programming wizard battle arena
Maintainers
Readme
@vibemancer/core
Game engine and bot API for Vibemancer — a competitive programming game where you write TypeScript wizard bots that fight 1v1 in an 800x800 arena.
For bot authors
This package provides the hooks and action builders your bot imports:
import { usePosition, useEnemy, useThreats, move, missile, shield, blink } from '@vibemancer/core';You don't install this directly — npm create vibemancer@latest my-wizard sets up a project with it pre-configured.
Getting started
See the full walkthrough at vibemancer.com (Build a Bot tab).
npm create vibemancer@latest my-wizard
cd my-wizard
npm install
npm run devLicense
MIT
