davide-ceretti / strategypy

A strategy game for Python bots with replaceable front ends
MIT License
36 stars 11 forks source link

Added a setting for making the grid wrap #9

Closed peoplecanknowthisname closed 10 years ago

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-1.86%) when pulling b137ac6326df5a183ad33497e70f3b189430604f on peoplecanknowthisname:more_boundary_types into 419522fef37961014846b0db3e5a33053503febb on davide-ceretti:master.

davide-ceretti commented 10 years ago

Looks good. I would probably update unit tests so that they don't fail when you change your border settings. Patching settings.BORDER will probably do.

davide-ceretti commented 10 years ago

Actually, I decided to throw away my very old unit tests anyway so I'm gonna merge this