UNPKG

excalibur

Version:

Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.

5 lines (4 loc) 144 B
export * from './TileMap'; export * from './IsometricMap'; export * from './IsometricEntityComponent'; export * from './IsometricEntitySystem';