You can find the Fate Core Combat Simulator here:
https://stash.krischel.org:444/projects/PUB/repos/fate-rpg/browse
If you want to git clone, you'll have to skip ssl verification:
git -c http.sslVerify=false clone https://stash.krischel.org:444/scm/pub/fate-rpg.git
After you've cloned, you can permanently skip ssl verification for the repo with this command:
git config http.sslVerify false
Working on an algorithm for deciding which consequences to use, but finally decided just to hard code the search space.
Coded for a length four string, with the first character MILD, moving up to the last character EXTREME, the proper order in which to use consequences looks like this:
This will use the minimum number of consequences (thereby minimizing the number of free invokes exposed), and only use EXTREME as a last resort.