mUtterberg / hack-time-notes

Notes for personal use from weekly hack time
GNU General Public License v3.0
0 stars 0 forks source link

5 standard bingo interactions #14

Closed mUtterberg closed 1 year ago

mUtterberg commented 1 year ago

Goal:

Users can interact with the app to play a standard game of BINGO.

mUtterberg commented 1 year ago

Status: tapping a game space marks it as selected, but only visually & via local element state (not yet passed to game play component)

mUtterberg commented 1 year ago

By moving cell selection state into the board, I'm not able to clear all selected cells!

mUtterberg commented 1 year ago

Status: interactive game play established for Expo version of the app! Next step: apply the same round of updates to the ReactNative CLI version of the app.

mUtterberg commented 1 year ago

Status: interactive game play established for all versions of the app! Next steps: clean up, demo, & merge.