bengotow / javassonne

Automatically exported from code.google.com/p/javassonne
0 stars 1 forks source link

Tile Feature Equality Issue #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Features that should equate to the same (for placement rules) are not. I 
believe this is limited to F, FC, and FM. Perhaps instead of Strings, we 
should define Objects for the Features and overload the equals operator to 
generate the desired results.

Original issue reported on code.google.com by corespace on 11 Feb 2009 at 9:15

GoogleCodeExporter commented 9 years ago
Also, Default Multiplier on Tiles should be 1, not zero - otherwise users will 
get no 
score!

Original comment by corespace on 11 Feb 2009 at 9:24

GoogleCodeExporter commented 9 years ago
Wait it looks like you started to implement this... Why didn't you change 
features 
from a String array to a TileFeatures array?

Original comment by corespace on 11 Feb 2009 at 10:13

GoogleCodeExporter commented 9 years ago
gj, Ben.

Original comment by corespace on 19 Feb 2009 at 6:49