Match first via procedural hash, than do pixel comparison
don't vary seed randomly, use it like it's use in InkSpec, it's just attached with the variant number.
=> testing for ProceduralAccount/ProceduralPersonalId are different
test if minor 1 pixel margin or if overdrawn in edge cases
make sure it works! draw is actually exported
is it deterministic
make sure certain functions are not used. no use of fonts, can't be deterministic
test if all seed parts where accessed.
Most of these should be warnings and not hinder compilation and submission
Ideas:
Match first via procedural hash, than do pixel comparison
don't vary seed randomly, use it like it's use in InkSpec, it's just attached with the variant number. => testing for ProceduralAccount/ProceduralPersonalId are different
test if minor 1 pixel margin or if overdrawn in edge cases
make sure it works!
draw
is actually exportedis it deterministic
make sure certain functions are not used. no use of fonts, can't be deterministic
test if all seed parts where accessed.
Most of these should be warnings and not hinder compilation and submission