Here’s a helpful guide to understanding and using . What Are GitLab.io Games? Games hosted on GitLab.io are typically web-based games (HTML5, JavaScript, WebGL) that are deployed using GitLab Pages – a free static site hosting service included with every GitLab project. Developers use GitLab to store their game source code, manage versions, and automatically publish playable builds to a gitlab.io subdomain.
: Create a GitLab project, add your game, write a .gitlab-ci.yml , and push. Your game will be live at yourname.gitlab.io/projectname in minutes. Want a template? Fork GitLab Pages Game Starter and replace the files with your game. gitlab.io games