Skip to content

Exporting Your Game

PS Maker gives you two ways to share your game:

  • Share it with a link.
  • Export it as a static HTML zip.

This is the easiest way to instantly share your game. Go to the Export tab in your project, copy the link to your game, and share it. Anyone with the link can play your game in the browser.

You can also use this link to embed the game in an iframe on your website!

If you want to self-host your game or upload it to itch.io, export your game as static HTML zip.

The exported game requires cross-origin policy support, so it has to be hosted on a server. It cannot be run by simply opening the HTML file directly. The export includes an index.html file that you serve to players.

To upload your game on itch.io, upload the zip file and itch.io will host the game on their platform.