Website
This page explains how to distribute your Pixi’VN game as a website, including hosting options, deployment steps, and enabling PWA features for installation.
Your Pixi’VN game can be distributed as a website, allowing players to access it directly in their web browsers. This is a great way to reach a wider audience, as no downloads or installations are required.
To do this, you need to host the game on a server.
Hosting and deploying
You can use various hosting services like Firebase, Vercel, or Netlify. These platforms offer free plans and have similar setup processes.
Enable "Add to Home Screen" (PWA Plugin)
Enabling installation as a "browser application" allows users to use your game as a standalone app on their device.
If you use Vite js as your build tool, you can add the PWA Vite Plugin. See this example.
Otherwise, create a manifest.json
file according to your framework's requirements.