Welcome to the Culprit Engine docs! Here's how to get started:
npm install culprit-engine
import { Engine { from 'culprit-engine'; const game = new Engine(); game.start();