2003-01-10 14:11:29 UTC
About the Container and Layout definition.
I think we should define the Container sets and their properties in a given tag and the layout in a different tag.
The layout is not an issue for the gameplay and the correct definition of the game rules and mechanics details.
So it would be:
<containers>
<container type="single_card_area" visibility="1" owner="north" name="northplayarea" />
</containers>
<layout type="gridlayout">
<grid rows="3" col="3"/>
<container name="northplayarea" row="1" col="2">north playarea</container>
</layout>
or a similar thing.