UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

5 lines (3 loc) 230 B
import { CellMatcherNot } from "../../../src/generation/rules/logic/CellMatcherNot.js"; import { matcher_play_area } from "./matcher_play_area.js"; export const matcher_not_play_area = CellMatcherNot.from(matcher_play_area);