All about Game


Oh My Git!

https://ohmygit.org/

Game | Git

Oh My Git! is a cross-platform game showing how Git works. It offers a playing card style interface for new players and an integrated terminal for more advanced usages. It shows the Git repository as a graph and various manipulations are possible. Even interaction with remote repositories is implemented.

The game is implemented in Godot and available as open-source on GitHub.






The UNIX Pipe Card Game

https://punkx.org/unix-pipe-game/

Game

The UNIX pipe game is a card game teaching how UNIX pipes allow combining simple commands to achieve more complex tasks. For the game a task is chosen from a given list. Each player pulls a card with commands like grep, tail, or sort, and has to try to complete the task.

Process Substitution is an extension to the base game adding more commands.