Gitlab 2 Player Games [updated] [A-Z QUICK]
It touches on a concept called
| Game | Mechanism | GitLab Feature Used | |------|-----------|----------------------| | Chess | Comment /move Nf3 | Issue comments + webhook | | Tic-Tac-Toe | Push commit updating board.json | Git commits, diff view | | Battleship | Label updates ( /hit B4 ) | Issue labels, API | | Pong (real-time) | WebIDE shared cursor + WebSockets | WebIDE extension | | Hangman | Merge request draft with guesses | MR activity feed | gitlab 2 player games
is a creative hack that reimagines GitLab as a game engine. It’s ideal for: It touches on a concept called | Game