This repository was archived by the owner on Jun 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,19 @@ A Game About JavaScript Logical Operators.
1414* [ ] Store user's best score
1515* [ ] Add unit tests
1616
17- ## v1.0.0 - [ Unreleased]
18-
19- * [x] Refactor, clean folder structure
20- * [x] RoundClass contains model and logic
21- * [x] ViewClass contains ui logic
22- * [x] GameClass wraps the app and link the view to the model
23- * [x] Life bar changes color depending on its state (normal, low or critical)
24- * [x] Add a note on contribution
25- * [x] Add eslint with its gulp task
26- * [x] Increase duration to 12 (instead of 10)
27- * [x] Add 10 easier questions
28- * [ ] Set the first question randomly as well (instead of always picking the first of the list)
17+ ## v1.0.0 - 2015-04-29
18+
19+ * Complete refactor to separate concerns
20+ * Model: RoundClass
21+ * View: ViewClass
22+ * Controller: GameClass
23+ * The three communicate through a shared event stream
24+ * Life bar now change color depending on life bar's state (normal, low or critical)
25+ * Add CONTRIBUTING.md
26+ * Add eslint and gulp task
27+ * Increase game duration to 12 (instead of 10)
28+ * Add 10 "easy" questions
29+ * The first question is now also set randomly (instead of always picking the first one)
2930
3031## v0.0.1 - 2015-04-26
3132
You can’t perform that action at this time.
0 commit comments