Add game-of-life exercice#780
Conversation
* Co-authored-by: IsaacG * Co-authored-by: glennj
glennj
left a comment
There was a problem hiding this comment.
in retrospect, wrangling 2-D arrays in bash is more difficult than "4".
Approved though.
|
Shall I change the difficulty ranking? |
Is it a 5? a 6? (what is the max?) |
Documented at https://exercism.org/docs/building/tracks/config-json#h-practice-exercises |
I would go for 6 (i see |
|
You may want to update the PR description ;) |
Note, a 2D array isn't needed. You can use an array of strings and double index. game=( "$@" )
row=${game[y])
cell="${row:x:1}" |
IsaacG
left a comment
There was a problem hiding this comment.
Looks good. The first test case should use a format consistent with the other tests. Otherwise I'm happy to see this merged. Anything else for you, Glenn?
* Co-authored-by: IsaacG
…sm#784) update comments in bats-extra.bash files author: glennj
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
|
Thanks for remaining persistent and getting this PR finished! |
|
Thanks to you both for your mentoring! |
Add
baffling-birthdaysexercice to track.I change difficulty from
1to6.Hope everything is correct.
Reviewer Resources:
Track Policies