BlakeTheAwesome / clickntrack

A customisable tracker for in-game goals
2 stars 0 forks source link

Add optional row/column labels in grid layout #8

Open BlakeTheAwesome opened 1 year ago

BlakeTheAwesome commented 1 year ago

Problem description

When playing Pokemon With Too Many Types, we had to come up with a different tracking solution when working out type effectiveness. Having a big grid with row and column labels could have been used for this.

Note: that in that situation it would have also been a grid of unknown initial dimensions, so care would have needed to be taken to make sure keys were correct when adding new rows/columns. I don't think this sort of use case would be common, if it was then a dynamically growing grid might make sense.

BlakeTheAwesome commented 1 month ago

Could also be used for tracking goals per player - if you had player names on rows and goal labels on the top.

BlakeTheAwesome commented 1 month ago

You'd probably want want set of items defining the columns, then duplicate it per-row.