Rystic / clay

A small game I'm making with LWJGL.
0 stars 0 forks source link

Throw an exception if a building has N and S or E and W in its build instructions #12

Closed Rystic closed 10 years ago

Rystic commented 10 years ago

No build instructions should ever read NNNEESS, or NNNEEWW. One vertical direction, one horizontal direction. Anything else should (besides base tile) should throw an exception saying the format is invalid. This condition is important for (Issue #11).