Skip to content

Commit d3dc824

Browse files
committed
usable script file, some tidying, couple of small fixes
1 parent 2486b86 commit d3dc824

File tree

7 files changed

+878
-32
lines changed

7 files changed

+878
-32
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
/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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ npm install babel-cli@6 babel-preset-react-app@3 # jsx pre-processor
1414
and run it
1515

1616
```bash
17-
npx babel --watch src --out-dir . --presets react-app/prod
17+
npx babel --watch src --out-dir . --presets react-app/prod
1818
```

TODOs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Generally stuff that I could easily forget when I next come back to this.
55

66
* ~~Can overwrite scores~~
77
* ~~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~~
99
* ~~Messages make the rest of the stuff jump about~~
1010
* ~~New game should maybe have a warning (esp. if game is still going)~~
1111
* ~~Roll again button should look more change appearance/text after entering a score~~
1212
* ~~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~~
1515
* Implement subsequent yahtzees/wildcard behaviour?
1616
* ~~Can hold on roll zero still~~
1717
* ~~(layout needs fixing)~~
1818
* ~~layout needs improving~~
1919
* 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~~
2121

2222
## devvier
2323

0 commit comments

Comments
 (0)