boardgamers / gaia-engine

Javascript engine for project gaia
MIT License
13 stars 6 forks source link

Rotate implementation is not backward compatible #145

Closed rzulian closed 6 years ago

rzulian commented 6 years ago

@coyotte508 Not sure if it's my dev env, but every test is failing

coyotte508 commented 6 years ago

you need to upgrade hexagrid, just do yarn install.

The rotateLeft and rotateRight functions were switched.

rzulian commented 6 years ago

Correct!