1. Yahtzee Solitaire, creating the grid
  2. the counters, border
  3. flex, class
  4. Vertical centering, align‑items:center
  5. attribute cn and id
  6. Produce top row with JavaScript
  7. one_row function, one_row.js
  8. cell_clicked function, setAttribute
  9. one_row.js, cell_clicked.js
  10. styles.css, index.html
  11. get_cns, document.getElementById
  12. cell_clicked function
  13. score id, return
  14. index.html, worth.js
  15. the counts array
  16. what does this tell you?
  17. Sort.js
  1. worth.js
  2. omitting { }
  3. random, pick
  4. on to 2 rows
  5. different score ids
  6. * , one_row.js, parseInt
  7. cell_clicked.js, get_cns.js
  8. my problems list, row5.js
  9. justify‑content:space‑around
  10. get_col_cns.js
  11. display the picked counter
  12. styles.css
  13. show_pick
  14. only empty cells should be clickable
  15. total display, flex‑direction:column
  16. a picked counter remains at the end
  17. better layout: font-size, justify‑content:center