Skip to content

jhonfx/gamekit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamekit

Minimal, Promise/A based HTML5 canvas game engine [/buzzwords]

Gamekit is a minimal approach to a game-engine using HTML5 canvas2D. Its implementing a couply of features I found necessary for games and don't want to implement over and over.

Also, since its based on Promises, it allows you to do supercool stuff like this:

gamekit.fetchAssets('assets.json').then(gameSetup).then(gamekit.start);

Currently implements:

  • Promises! jay
  • Asset Loader
  • Module Loader
  • Renderloop
  • Layers support
  • Sprites (rotate/stretch/repeatable)
  • Property tweening on Sprites
  • Entity Groups

Docs are coming whenever I feel insane enough for writing them.

xoxo, Chris

About

Minimal, Promise/A based HTML5 canvas game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published