This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
Full refactor
- 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)