Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Full refactor

Compare
Choose a tag to compare
@zhouzi zhouzi released this 29 Apr 19:19
· 141 commits to gh-pages since this release
  • Complete refactor to separate concerns
    • Model: RoundClass
    • View: ViewClass
    • Controller: GameClass
    • The three communicate through a shared event stream
  • Life bar now change color depending on life bar's state (normal, low or critical)
  • Add CONTRIBUTING.md
  • Add eslint and gulp task
  • Increase game duration to 12 (instead of 10)
  • Add 10 "easy" questions
  • The first question is now also set randomly (instead of always picking the first one)