Package Exports
- @headless-game-engine/core
- @headless-game-engine/core/dist/index.js
- @headless-game-engine/core/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@headless-game-engine/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Headless Game Engine - Core
A minimalistic, framework-agnostic JavaScript game engine.
This is the core package for the Headless Game Engine.
Other packages are completely optional. It is highly encouraged to extend directly from the core package for creating custom solutions for your game.
Contains
- Component
- GameObject
- System
- Scene
- GameEngine
The GameEngine runs the scene.
Scene contains GameObjects and Systems.
GameObjects contains Components.
Systems can be optionally used to drive the components if an ECS architecture is desired.
Components and Systems can be easily extended.