This is a simple game I'm writing to test the idea of using games to teach C++. https://learncodethehardway.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Zed A. Shaw 8b61f7b86b Create an extras directory with files that are not related to the build but that I need to keep around for reference. 4 months ago
..
README.md Create an extras directory with files that are not related to the build but that I need to keep around for reference. 4 months ago
git_minimal.cpp Create an extras directory with files that are not related to the build but that I need to keep around for reference. 4 months ago
process.diff Create an extras directory with files that are not related to the build but that I need to keep around for reference. 4 months ago
process.h Create an extras directory with files that are not related to the build but that I need to keep around for reference. 4 months ago

README.md

This directory contains additional files that I need to keep around but are not directly related to the build. For example, the process.h and process.diff are patches to libgit2's src/util/process.h file that has a strange bug randomly.