5 ms·
You would think that if you clicked a bomb first, the app would regenerate the board until it made one where the place you clicked was not a bomb.
by nicholaides 10y ago
You would think that if you clicked a bomb first, the app would regenerate the board until it made one where the place you clicked was not a bomb.
- ATsch 10y agoSome games do this, some don't some only actually generate the field once you click the first box.
- ygra 10y agoThe behaviour towards the user is the same, though: The first click never results in a bomb. Everything else is an implementation detail, although not placing bombs until after the first click is probably the easiest approach to ensure it.