ShipHistory object idea-- decide how many moves are needed to get back to shipyard? Structuring ideas in general? #60
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Milestone
I was just thinking that, for a few purposes in the game (including the scuttle processing and perhaps for some purposes in calculating what moves to begin working with early_blockade at), it may be a good idea to toss some processing into the current_assignments object, or (probably a better idea) somewhere in the
MapChunk
object to determine exactly how many moves it will take from whatever position to return to the shipyard in an ideal scenario.I'm just not sure how that should fit in with things exactly; I hate to put it out there as a static method, knowing that it should be handled in a different way if I'm going to be processing things the 'right' OO way... We'll see how impatient I get, I guess. I'm totally open to ideas on the placement of something like this, or better ideas for structuring.
The text was updated successfully, but these errors were encountered: