# 發布到Steam

Steam 是一個 PC 遊戲發行平台,為遊戲開發者提供了接觸全球玩家的機會,通過各種定價模式獲得收益的機會,與 Steamworks 整合提供功能豐富的遊戲體驗,社區互動工具,早期訪問和測試版測試選項,推廣機會,防盜版保護,分析和數據洞察,以及收益分成模式。這是一個全面的生態系統,可以顯著提升遊戲的影響力和成功機會。

使用 Hology 製作的遊戲發布到 Steam 的過程,與發布任何 HTML5 遊戲到 Steam 的過程相似。首先, 您需要將遊戲打包成可以在 PC 上安裝的可執行應用程序。Electron.js 是一個流行的選擇。請參考 Electron.js 的文檔了解如何打包您的應用程序。

{% embed url="<https://www.electronjs.org/docs/latest/>" %}

在打包完遊戲後,您需要整合 Steamworks。您可以在這個指南中閱讀更多關於如何進行整合的信息

{% embed url="<https://liana.one/integrate-electron-steam-api-steamworks>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hology.app/zh-tw/release/you-xi-fa-xing/fa-bu-dao-steam.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
