Game Description
git gud is a terminal-styled puzzle game that teaches you Git the fun way—through 100 levels of increasingly complex word problems that challenge your version control skills. Each level drops you into a realistic scenario: from staging your first commit and branching out new features, to resolving merge conflicts, rolling back mistakes, and mastering rebase. Your goal? Type the correct Git command(s) to solve each problem. You'll get instant feedback as you progress from a clueless committer to a rebasing rockstar.
Designed for beginners and pros alike, git gud simulates a real Git environment to reinforce learning through play. Whether you're prepping for a tech interview, onboarding new developers, or just tired of forgetting how to undo that one Git mistake—we’ve got a level for that. Hints are available, but glory belongs to those who fly solo. Master Git. One command at a time. And yes, get good.
Development
Honestly? I thought of the word play pun of "git gud" the internet saying and Git the tool. Henceforth I made a game for a meme.
I wanted to make it as close to realistically using Git as possible. So I made the game as a C# Console Application and built a simulation of bash behaviour, Git simulation, and Repository emulation.Â
- Git Simulation
- Entire 1 to 1 simulation of Git commands and their subcommands.
- Repository Emulation
- Full history of Git Repositories with emulated files, reflog data, and metadata
- C# .Net (4.8 Windows | 6.0 Linux)
- Integrated Systems
- Steamworks.Net
- Third-Party Libraries
- Newtonsoft.Net