View Single Post
Posts: 148 | Thanked: 199 times | Joined on Nov 2009
#73
Originally Posted by qgil View Post
It also looks like having the board more on the top, right below the status area, would be better handling the device and playing with one hand. This way the squares on the bottom (the ones you hit most of the times) are reached more comfortably. My reason to separate the board from the top was to avoid false clicks to the menu and status area but probably this is a minor problem.
Wow, nice observation. And I can confirm this! If I use the device in portrait mode with my left hand I can reach row 3-8 easily, but not 1-2. It probably depends a lot on the size of your hands! So we need two (three?) layouts, I guess:

A)
Code:
.-----------------------.
|      Player info      |
|-----------------------|
|                       |
|                       |
|                       |
|        board          |
|                       |
|                       |
|                       |
|-----------------------|
|            move info  |
'-----------------------'
B)
Code:
.-----------------------.
|                       |
|                       |
|                       |
|        board          |
|                       |
|                       |
|                       |
|-----------------------|
|      Player info      |
|-----------------------|
|            move info  |
'-----------------------'
C)
Code:
.-----------------------.
|      Player info      |
|-----------------------|
|            move info  |
|-----------------------|
|                       |
|                       |
|                       |
|        board          |
|                       |
|                       |
|                       |
'-----------------------'
 

The Following 2 Users Say Thank You to mikhas For This Useful Post: