> ## 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.

# Windows 與 ROG XBOX Ally 總覽

> 使用 GDK 在 Windows PC 與 ROG XBOX Ally 等掌上型裝置上推出 XBOX 遊戲,並兼顧掌上型裝置的輸入、電力與螢幕尺寸考量。

這條路徑適用於要在 **Windows PC** 與 ROG XBOX Ally 等 **Windows 掌上型裝置**上推出遊戲的團隊。你將在 Windows 上使用 GDK 建置,並考量掌上型裝置的特有需求——以控制器為優先的輸入、電力與較小的螢幕。

<Tip>
  \*\*這是適合你的路徑嗎?\*\*如果你以 Windows 桌上型電腦和/或掌上型裝置為目標,請選擇這條路徑。如果你同時要在 XBOX 主機上推出,請參考 [XBOX Series X|S](/paths/series-xs/overview) 或合併的 [Play Anywhere](/paths/play-anywhere/overview) 路徑。使用 Unreal 或 Unity?請從 [Unreal](/paths/unreal/overview) 或 [Unity](/paths/unity/overview) 開始。
</Tip>

## 開始之前

請確認以下各項均已就緒。如有任何缺漏,請回到[首頁](/)的引導路徑。

* **已完成 ID\@XBOX 加入流程**——請參閱 [ID@XBOX 加入流程](/home/onboarding)。
* **開發 PC 已就緒**——已安裝 Visual Studio、Windows SDK 與 GDK。請參閱[設定與安裝](/home/setup-install/get-started)。
* **一台測試用掌上型裝置或 PC**,足以代表你的目標硬體。
* **Partner Center 產品**已勾選桌上型和/或掌上型裝置列。

## 建置與開發

<CardGroup cols={2}>
  <Card title="PC 上的 GDK" icon="windows" href="/build/gdk-and-engines/gdk-and-engines">
    在 Windows 上使用 GDK 建置。
  </Card>

  <Card title="掌上型裝置考量" icon="mobile" href="/build/console-features/index">
    輸入、電力與螢幕尺寸。
  </Card>

  <Card title="封裝" icon="box" href="/build/core-features/common/packaging/overviews/packaging">
    為 Windows 封裝 MSIX。
  </Card>

  <Card title="MicrosoftGame.config" icon="file-code" href="/build/core-features/common/game-config/MicrosoftGameConfig-Overview">
    設定你的遊戲。
  </Card>

  <Card title="輸入" icon="gamepad" href="/build/core-features/common/input/overviews/input-overview">
    遊戲控制器、鍵盤與觸控。
  </Card>

  <Card title="偵錯" icon="bug" href="/build/core-features/common/async/index">
    在 Windows 上偵錯。
  </Card>
</CardGroup>

## 加入服務

<CardGroup cols={2}>
  <Card title="XBOX 服務" icon="server" href="/services/xbox-services/index">
    身分識別、狀態、社交。
  </Card>

  <Card title="PlayFab" icon="database" href="/services/playfab/get-started/what-is-playfab">
    LiveOps、經濟系統、多人遊戲。
  </Card>
</CardGroup>

## 發行

<CardGroup cols={2}>
  <Card title="總覽" icon="compass" href="/publishing/game-publishing/overview">
    發行基礎。
  </Card>

  <Card title="XBOX 需求" icon="clipboard-check" href="/publishing/certification/xbox-requirements">
    XR 合規性。
  </Card>

  <Card title="認證" icon="shield-check" href="/publishing/certification/overview">
    認證流程。
  </Card>

  <Card title="商店資訊" icon="store" href="/publishing/game-publishing/overview">
    產品頁面。
  </Card>

  <Card title="定價" icon="tag" href="/publishing/game-publishing/concepts/availability/sale-pricing">
    定價。
  </Card>

  <Card title="分級" icon="star" href="/publishing/game-publishing/concepts/age-ratings">
    年齡分級。
  </Card>
</CardGroup>

## 最佳化與參考

<CardGroup cols={2}>
  <Card title="最佳化" icon="gauge-high" href="/tools/index">
    效能分析工具、診斷工具與效能工具。
  </Card>

  <Card title="API 參考" icon="brackets-curly" href="/reference/system/gc-reference-system-toc">
    Gaming Runtime、XBOX 服務與平台 API。
  </Card>
</CardGroup>

## 相關 API 文件

* [XGameRuntime 功能參考](/reference/system/xgameruntimefeature/xgameruntimefeature_members) — Windows 上的 GDK 功能介面
* [XSAPI 總覽](/reference/live/xsapi-c/atoc-xsapi-c) — XBOX 服務 API
* [GameInput 參考](/reference/system/gc-reference-system-toc) — PC 與掌上型裝置的輸入


## Related topics

- [XBOX Series X|S 總覽](/zh-TW/paths/series-xs/overview.md)
- [Unity 總覽](/zh-TW/paths/unity/overview.md)
- [Play Anywhere(主機 + PC)總覽](/zh-TW/paths/play-anywhere/overview.md)
- [移植總覽](/zh-TW/paths/porting/overview.md)
- [從 PC(非 Steam)移植](/zh-TW/paths/porting/from-pc.md)
