diff --git a/src/components/BingoBoard.vue b/src/components/BingoBoard.vue index bd1847c..a986653 100644 --- a/src/components/BingoBoard.vue +++ b/src/components/BingoBoard.vue @@ -18,10 +18,12 @@ let innerTasks = [ `Pick up some trash that didn't make it to the garbage can.`, `Ask someone how they met [Max|Grace|Max's Family|Grace's Family].`, `Ask someone how they met another guest at the party.`, - `Ask someone you don't know what they do for work.`, + `Ask someone you don't know what [they do for work|they like to cook|they drive|do for fun].`, + `Take a candid photo of Grace & Max together. Send it to Max.`, + ] let outerTasks = [ - `Figure out Max's preferred aerial apparatus.`, + `Figure out [Max's|Grace's] preferred aerial apparatus.`, `Learn a fact about [Max|Grace]'s immediate family.`, `Find one of [Max|Grace]'s college roommates.`, `Find someone who knows what "504" is.`, @@ -51,7 +53,9 @@ let outerTasks = [ `Learn Max's latest nerdy hobby.`, `Find someone who has never been to Cooperstown before.`, `Find someone who is a [teacher|nurse].`, - `Take a [joyful|goofy] selfie with [a friend|someone you just met] & send it to Max.` + `Take a [joyful|goofy] selfie with [a friend|someone you just met] & send it to Max.`, + `Be the answer to someone else's clue.`, + ] const hardnessMap = { @@ -231,7 +235,7 @@ onBeforeMount(() => { console.log('Inner Tasks: ' + innerTasks.length) console.log('Outer Tasks: ' + outerTasks.length) - const totalBoards = 50 + const totalBoards = 200 for (var i = totalBoards - 1; i >= 0; i--) { boards.push(getBoardArray(i))