File tree Expand file tree Collapse file tree 7 files changed +878
-32
lines changed Expand file tree Collapse file tree 7 files changed +878
-32
lines changed Original file line number Diff line number Diff line change 1
1
/node_modules
2
-
3
- # temporarily as don't need to track changes while I'm fiddling about
4
- # sorry
5
- dice.js
6
- ! src /dice.js
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ npm install babel-cli@6 babel-preset-react-app@3 # jsx pre-processor
14
14
and run it
15
15
16
16
``` bash
17
- npx babel --watch src --out-dir . --presets react-app/prod
17
+ npx babel --watch src --out-dir . --presets react-app/prod
18
18
```
Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ Generally stuff that I could easily forget when I next come back to this.
5
5
6
6
* ~~ Can overwrite scores~~
7
7
* ~~ If dice are held, they stay don't roll when we start a new game~~
8
- * Messages don't show up when relevant
8
+ * ~~ Messages don't show up when relevant~~
9
9
* ~~ Messages make the rest of the stuff jump about~~
10
10
* ~~ New game should maybe have a warning (esp. if game is still going)~~
11
11
* ~~ Roll again button should look more change appearance/text after entering a score~~
12
12
* ~~ Some prompt to select a score after 3 rolls~~
13
- * Scores should be buttons and feel a bit nicer interacting with
14
- * Currently no strong indication when game ends
13
+ * Scores should be buttons and feel a bit nicer interacting with/keyboard access
14
+ * ~~ Currently no strong indication when game ends~~
15
15
* Implement subsequent yahtzees/wildcard behaviour?
16
16
* ~~ Can hold on roll zero still~~
17
17
* ~~ (layout needs fixing)~~
18
18
* ~~ layout needs improving~~
19
19
* responsive layout
20
- * New game after roll #3 doesn't re-roll dice to start
20
+ * ~~ New game after roll #3 doesn't re-roll dice to start~~
21
21
22
22
## devvier
23
23
You can’t perform that action at this time.
0 commit comments