Documentation | Culprit Engine
🎮 Culprit Engine

Documentation

Welcome to the Culprit Engine docs! Here's how to get started:

Installation

npm install culprit-engine

Basic Usage

import { Engine { from 'culprit-engine';
const game = new Engine();
game.start();

More Resources