Skip to content

v1.0.0-beta.23 — view personal records

Pre-release
Pre-release

Choose a tag to compare

@dtinth dtinth released this 03 Nov 13:15
· 2277 commits to master since this release

New Features

  • Personal records. If you are signed in, you should be able to see your personal record in the music selection screen.

For Developers

  • Node 5. The codebase has been migrated to work with Node.js version 5.
  • Hot Module Replacement. Developing this game will be much easier with hot reloading. It is now possible to tweak the user interface code and have the new code injected. See this awesome talk if you haven’t.
  • Refactored online system. The code for online system has been heavily refactored. It is very far from perfect, and we lose data caching ability (in exchange with simpler code). Caching (and cache invalidation) is a hard problem and would need dedicated effort to implement it in the right way.