mUtterberg / hack-time-notes

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

Load bingo content from file #6

Closed mUtterberg closed 1 year ago

mUtterberg commented 1 year ago

Pull staticCellKeys into separate file.

const staticCellKeys = {
    b: ['B1', 'B2', 'B3', 'B4', 'B5'],
    i: ['I6', 'I7', 'I8', 'I9', 'I10'],
    n: ['N11', 'N12', 'N13', 'N14', 'N15'],
    e: ['E16', 'E17', 'E18', 'E19', 'E20'],
    o: ['O21', 'O22', 'O23', 'O24', 'O25'],
  };

Restructure for better interaction?