eugene-og / threes-company

Automatically exported from code.google.com/p/threes-company
0 stars 0 forks source link

Randomize blob sizes at start? #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
because all blobs grow at the same rate, the board can become too
homogeneous with respect to blob sizes.

should we randomize the blob sizes at startup?

Original issue reported on code.google.com by morales....@gmail.com on 29 Nov 2007 at 3:53

GoogleCodeExporter commented 9 years ago
I'm down with trying that. I think we should still make the board bigger to 
provide
more room and time for growing and splitting blobs before fighting.

Original comment by dbenamy on 29 Nov 2007 at 4:18

GoogleCodeExporter commented 9 years ago
Big YES to the bigger board.

Random sizes need to be done carefully so that one player does not start at a
disadvantage.

Original comment by gene...@gmail.com on 29 Nov 2007 at 3:59

GoogleCodeExporter commented 9 years ago
* randomized between GameParameters.BLOB_INITIAL_SIZE and 
GameParameters.BLOB_SIZE_LIMIT

Original comment by morales....@gmail.com on 30 Nov 2007 at 7:43