UNPKG

@knopkem/little-game-engine-ts

Version:

LittleGameEngineTS - Tiny and Fast HTML5 Game Engine typescript port of LittleJS

29 lines (19 loc) 809 B
# LittleGameEngineTS - The Tiny Typescript Game Engine This is a typescript port of [LittleJS](https://github.com/KilledByAPixel/LittleJS) ## Improvements over LitteJS * robust compile step using typescript compiler * modern module approach (umd module) instead of global space * modern build pipeline using webpack * importable npm package * type definitions when importing game engine - no more programming in the dark ## Drawbacks * most of the types are still just: any * does not receive upstream modifications anymore * might be buggy (it was just a fun project after all) * might kill your cat ## How to use ``` npm install -s @knopkem/little-game-engine-ts ``` ## Example Project See starter template [here](https://github.com/knopkem/LittleGameEngineTS-starter)