Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Minetest | 8,514 | 13 hours ago | 1,151 | other | C++ | |||||
Minetest is an open source voxel game engine with easy modding and game creation | ||||||||||
Githug | 6,602 | 6 months ago | 40 | November 13, 2016 | 35 | mit | Shell | |||
Git your game on! | ||||||||||
Git Game | 2,892 | 2 years ago | 21 | gpl-2.0 | ||||||
terminal game to test git skills | ||||||||||
Thrive | 2,050 | 2 hours ago | 646 | other | C# | |||||
The main repository for the development of the evolution game Thrive. | ||||||||||
Dev Practice | 1,434 | 5 months ago | 3 | mit | ||||||
Practice your skills with these ideas. | ||||||||||
Oh My Git | 1,189 | 3 days ago | 91 | other | GDScript | |||||
An interactive Git learning game! | ||||||||||
Git Game V2 | 539 | 3 years ago | 6 | Makefile | ||||||
Second version of the terminal based game that teaches users git commands | ||||||||||
Git Game | 444 | 7 years ago | 1 | February 27, 2018 | 8 | mit | Ruby | |||
The git committer guessing game! | ||||||||||
Endlessrunnersamplegame | 267 | 8 months ago | 10 | C# | ||||||
Repository for the Endless Runner Game Sample (Trash Dash) | ||||||||||
Aurora.3 | 97 | 2 hours ago | 741 | agpl-3.0 | DM | |||||
The code for Aurorastation's new base, forked from Baystation12. |
This workshop is for anyone who has ever felt nervous using Git. We’ll help you face your fears with this ‘choose your own adventure’ style game, where you will use Git commands to make choices and solve puzzles. Enter the Haunted Forest, explore the mysteries that lie within and see if you can survive the night!
To play this game you will need access to th Git CLI https://git-scm.com/downloads
In general in this game git branches refer to locations, and commits refer to things that have happened in the past so the commit history of a branch will tell the story of what happened in a certain place. Files represent something in the environment that can be interacted with in some way e.g. a tree or a building.
These sripts will be available to you:
'look' will display information about where you currently are. 'hint' will display increasingly explicit hints. 'help' will display help for the git command that that is needed. 'reset' will reset the current challenge.
To begin run the 'start_game' script.
Thanks for playing and we hope you enjoy the game!