Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 464 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 464 Bytes

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