I want my game to have 8 tiles from wich two player characters will jump from one to the other as they fight,
My question is wether it would be better to have them created as individual variables or if maybe i could setup a table for handling these and their informations.
To clear something up, these tiles would need to be able to store unique values of their own, without necessarily applying to other tiles, and also I would have functions that would be able to check these.
Thanks in advance, I am very much a begginner and am having some trouble wraping my head around some concepts like tables. Appreciate any help I can get.