@knopkem/little-game-engine-ts
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

LittleGameEngineTS - The Tiny Typescript Game Engine

This is a typescript port of 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

Package Sidebar

Install

npm i @knopkem/little-game-engine-ts

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

527 kB

Total Files

35

Last publish

Collaborators

  • knopkem