Experimental canvas 2D engine for tile-based sidescroller/sandbox games, created strictly for educational purposes.
entity-component-system game-engine canvas-2d
at develop 174 B view raw
1export * from "./systems/PlayerControlSystem"; 2export * from "./systems/CollisionSystem"; 3export * from "./systems/RenderingSystem"; 4export * from "./systems/PhysicsSystem";