The game Battleship is played with a 10 by 10 field. There are ships in different sizes.
one 5 sizerone 4 sizertwo 3 sizerone 2 sizer
Is there a rule to have a higher chance hitting the other ships?
The game Battleship is played with a 10 by 10 field. There are ships in different sizes.
one 5 sizerone 4 sizertwo 3 sizerone 2 sizerIs there a rule to have a higher chance hitting the other ships?
Copyright © 2021 JogjaFile Inc.
Interesting question!
I don't know if you can come up with an analytical answer, but you could definitely get estimate of the probability that a particular element (Letter and number combo) of the board will contain a "hit" (i.e., some part of a ship).
Here's an approach that would allow you to get this answer for each turn of the game all in one fell swoop:
Once you have this, you can ask questions such as this:
Of course, your opponent might get a little suspicious when you keep checking a computer, but I'm guessing one could run the simulations a ton of times, store the data as a small iPhone app, and then you'd be in business.
Have fun!
PS: One caveat is that this assumes people place boats randomly. I'm guessing people actually have some strategy sometimes (maximize spread, make unexpected shapes on board, etc) but perhaps the variety of strategies effectively reduces to random choice when you consider all possible strategies. Also, as you collect more information, only some strategies will be consistent with the information you are collecting, so it may partially adjust for this anyway.