Host your game for free using Github pages
git init git add . git commit -m "WebGL game" git remote add origin <remote_repo_url> git push origin <branch>
Was this page helpful?