@dmecke/game-engine
v1.12.2
Published
A TypeScript game engine
Readme
Game Engine
This is a collection of classes and systems written in TypeScript.
The code is mainly for myself to be used in my own personal games. I made it publicly available though as it might come in handy for someone.
Install via yarn:
yarn install @dmecke/game-engineInstall via npm:
npm install @dmecke/game-enginePublish new version to NPM
yarn publish --access=public