This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
: Contains digital versions of traditional two-player board games. How to Develop a Text Game on GitLab
Many GitLab games are web-based (JS, HTML5, Canvas), allowing for instant 2-player action without installation. gitlab 2 player games
Tested on Firefox 121 / Chrome 120:
For a simple local two-player game (same device), create an index.html with canvas and JavaScript. This public link is valid for 7 days
The two primary formats you'll encounter are (same device) and online multiplayer (via network). This guide will help you navigate both.
For automated testing, write a script that: Can’t copy the link right now
Two players must connect colored pipes to route data from a "commit" to a "deploy" button. Player Roles: Player 1 rotates horizontal pipes; Player 2 rotates vertical pipes. They cannot see each other's full screen but must communicate verbally (perfect for a Discord call). Standout Feature: The game uses GitLab’s actual CI/CD emojis (🚨 for failed connections, ✅ for success). It’s educational and stressful in the best way.
Generate an updated SVG or image of the game board to display dynamically in the repository description. Benefits of Playing Games on GitLab
approves and merges the MR, updating the main branch.
The game state is saved directly in a text file (like board.txt or README.md ).