tonarino / bomberman-of-the-hill

13 stars 5 forks source link

Bomb chain reactions #23

Closed strohel closed 3 years ago

strohel commented 3 years ago

If bomb's blast touches another ticking bomb, it should detonate immediately regardless of its fuse.

Q: Shall we detonate the "secondary" bomb in the very same tick, or perhaps in the next one?

PabloMansanet commented 3 years ago

I think we should detonate in the same tick, because it would be a nice way to stop a "perfect" player implementation from trivializing the game. It's probably good to have a source of uncertainty even for the ideal AI :)