Skip to content

A game engine (basic game making utilities library) for making games that run in node-webkit (NW.js)

Notifications You must be signed in to change notification settings

UmbraEngineering/node-webkit-game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nw-game-engine

A JavaScript game engine for use in making HTML/JavaScript games that compile to executables using NW.js.

Done

  • Sprites
  • Objects
  • Keyboard input
  • Gamepad input
  • Game loop
  • DOM utils
  • Base rooms
  • Physics
    • acceleration
    • friction
    • gravity
    • collision detection
    • inertia

TODO

  • Fix collision detection to be less strict
  • Better input testing (for multiple options) / input configuration

About

A game engine (basic game making utilities library) for making games that run in node-webkit (NW.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published