Skip to content

knopkem/LittleGameEngineTS

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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
  • 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

About

The Tiny JavaScript Game Engine That Can! ๐Ÿš‚

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%