git bisect saves lifes
I'm late, my game is still unfinished and, to make things worse, I found a very weird breaking bug few moments ago. Luckily, git bisect saved me: having committed every change I made, this command uses binary search to efficiently find the first commit that broke things (in my case it was a line that was removed by mistake)
Now instead of a broken incomplete game I only have an incomplete one ๐ (back to panic!)