> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Samples

> Explore samples documentation and reference for the XBOX Game Development Kit.

Explore samples topics for XBOX game development.

<CardGroup cols={2}>
  <Card title="Getting started with touch bundle" icon="gamepad" href="/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-getting-started-with-sample-layouts">
    The easiest way to create a touch adaptation bundle is to use the create command.
  </Card>

  <Card title="Driving touch control layout" icon="video" href="/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-driving">
    Sample layout for a driving game.
  </Card>

  <Card title="Fighting touch control layout" icon="code" href="/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-fighter">
    Layout for fighting games using a familiar arcade like layout.
  </Card>

  <Card title="First person shooter touch control" icon="gamepad" href="/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-first-person">
    !Control Layout
  </Card>

  <Card title="Standard XBOX controller touch control" icon="gamepad" href="/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-full-layout">
    Layout that provides a mapping of all physical controller actions.
  </Card>

  <Card title="2d platformer touch control layout" icon="gamepad" href="/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-platformer">
    Two sample touch control layouts for platformer games.
  </Card>
</CardGroup>


## Related topics

- [Samples](/build/core-features/common/game-streaming/building-touch-layouts/samples/index.md)
- [Multiplayer Servers samples and resources](/services/playfab/multiplayer/servers/server-samples-resources.md)
- [GDK samples](/home/setup-install/samples.md)
- [Party samples](/services/playfab/multiplayer/networking/party-samples.md)
- [Graphics samples](/build/core-features/graphics/graphics-samples.md)
