Remarks
The simple platformer layout shows how a basic 2D platformer can provide a very streamlined touch experience. Key elements include:- Joystick for movement available for left hand. Can also consider a directional pad if the game is more optimized for that input.
- The three key actions (fire, jump, interact) placed in an arc on the right hand based on the expected priority of interaction by the player.
- Inventory management is placed in the upper right
- Optimized placement for key actions (sword, jump, bow), with the other, less frequently used actions placed around them.
Availability
- Part of the TAK sample-layouts sample.
- TAK command line tool create command
