So I have an 8x8 grid based board game with 8 different pieces which need to be positioned randomly. Simple, correct?
But consider the following
-
Each game piece is a different length, either 2,3, or 4 grid squares in length
-
And as a a result of #1, each game piece can also orient vertically or horizontally
Stumbling over this, can anyone help?