Alright, the moment of truth has arrived. I'm finally ready to unveil the layout of the Match screen.
Please keep in mind that the game logic isn't hooked up yet, so this screenshot is merely meant to show the basic layout. I chose simple cards for this, and note that I haven't implemented the logic to stack multiples of the same card on the field yet.
As you can see, I chose a portrait layout rather than landscape to maximize the number of rows of cards I could get. I put the prompt on the bottom with big OK and
Cancel (Yes and No) buttons to make it easy to press either using common techniques for holding a phone. I then placed the avatar, phase labels, and player detail labels in a horizontal panel to allow the Hand and Field areas to span the entire width of the screen. Scrolling will be horizontal only and there will always be only two rows on the field and one on the hand area.
Notice also that I converted certain player detail labels like Hand into tabs that can be used to show/hide the corresponding zone. In the case of this screenshot, the Hand tab is selected, so the Hand area is visible. If you were to click on the Graveyard tab, the graveyard would show in place of the hand. This will be nicer than having to open a popup. I'm also planning on having cards that reveal the top card of your library be visible by clicking on the Library tab, where the first card will be face up and the rest face down. I'm also going to make it so if you click on the tab that's already selected, the hand area will go away, allowing the field and cards within it to grow.
Now you may notice some things are missing. The mana pool will be added as another tab which display the total mana count inline and the individual color mana counts in the panel where the hand is. The stack will be a floating panel that appears when needed. I'm thinking the game log and other panels like Combat and Players will available to open via the menu button, or perhaps using a button that pulls a screen in from the left side with tabs. Perhaps that button will go in place of the back button (which isn't really desired since you should only be able to concede via the menu).
The other thing that may concern you is the resolution of the cards, but worry not. For one thing, I'm developing this on a 320x480 simulated screen, so if your running on a quality smart phone or a tablet with a higher resolution, they should be much clearer. For another, I'm planning on adding card overlays to make important information more visible (like P/T). Also, I'm planning to add a very slick zoomed view which can be activated by simply clicking a card stack.
I'm very curious to hear people's thoughts on this layout, so please don't hold back.
Thanks.
-Dan