Minimalistic game engine, for pixel perfect games
npm install @al-engine/coreThis is core module for Al engine.
It have types what used in most other modules and for game creation:
```
Size
Position
Vector
Space
UpdateParams
OrgbValue
DeltaTime
Pixels
SetPixel
GetPixel
CameraResult
MoveCamera
Sprite
SpriteMap
Asset
Class to describe a color OrgbColor
And function log` for logging purpose