So here I am writing code... and I want my trader to visit everything in the system hex. And first I have to build the solar system... place the things in their orbits.
But really I should do this ahead of time and store the configuration in a byte.
So then I think about how many true configurations there are. I mean, there are either a billion, or there are 255 or fewer. There's no in between.
But really I should do this ahead of time and store the configuration in a byte.
So then I think about how many true configurations there are. I mean, there are either a billion, or there are 255 or fewer. There's no in between.