Skip to content

Roadmap

Rory Duncan edited this page Sep 30, 2018 · 10 revisions

With v1.0 released, I will be using suki and determining the next steps for the framework.

Some ideas of next steps:

  • Implementing puppeteer.js for unit testing
  • Additional modules for functionality that many games tend to use
    • PlayableArea module - constrain gameplay to a certain area of the screen
  • Utilizing Web Worker API for performance improvements (Not that performance is a problem, yet)
  • Implement the new OffscreenCanvas
  • Add projection to World class

v1.0 Roadmap

🎉 version 1.0 completed 2/5/2018! 🎉

  • Renderer
  • Extensibility via ES6 modules
  • Events sub module
  • Gamestate module
  • Tweening module
  • Keyboard module
  • World Representation module
  • Asset Loading module
Clone this wiki locally