Is it better to hard code data or find an algorithm?
- by OghmaOsiris
I've been working on a boardgame that has a hex grid as the board (the upper right grid in the image below)
Since the board will never change and the spaces on the board will always be linked to the same other spaces around it, should I just hard code every space with the values that I need? Or should I use various algorithms to calculate links…