This is a simple game I'm writing to test the idea of using games to teach C++.
https://learncodethehardway.com/
|
11 months ago | |
---|---|---|
.. | ||
README.md | 11 months ago | |
git_minimal.cpp | 11 months ago | |
process.diff | 11 months ago | |
process.h | 11 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.