[At runtime, prepend the value of the environment variable ENV to the installation prefix. This is useful to make the package relocatable. If ENV is empty or 'no', this is disabled.]))
AC_DEFINE_UNQUOTED([RUNTIME_PREFIX_ENV], "$enable_runtime_prefix", [Environment variable to look up the installation prefix])
stdout.printf(_("tarot %s\nCopyright (C) 2019 Vivien Kraus\nThis program comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it under\nthe conditions of the GNU General Public License, version 3 or later.\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <http://www.gnu.org/licenses/>.\n"),
tarot_version);
while(!eof&&my_game.step()!=Tarot.Step.END){
vars=newTarot.Status(my_game);
varss=s.pretty;
...
...
@@ -71,65 +65,56 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.\n", tarot_
assert(my_game.has_next());
if(my_game.next()!=myself){
if(!app.mcts(seed,(int)n_iterations)){
stderr.printf("Error: could not auto play. Try with more iterations.\n");
stderr.printf(_("Error: could not auto play. Try with more iterations.\n"));
return1;
}
}else{
stringhelp_about_card_names="The cards are formed by a number followed by a suit indicator. Examples are:
-AH:theaceofhearts;
-10C:thetenofclubs;
-JS:thejackofspades;
-CD:theknightofdiamonds;
-QH:thequeenofhearts;
-KD:theknightofdiamonds;
-12T:thetwelveoftrumps;
-EXC:theexcuse.
";
stringhelp_about_card_names=_("The cards are formed by a number followed by a suit indicator. Examples are:\n - AH: the ace of hearts;\n - 10C: the ten of clubs;\n - JS: the jack of spades;\n - CD: the knight of diamonds;\n - QH: the queen of hearts;\n - KD: the knight of diamonds;\n - 12T: the twelve of trumps;\n - EXC: the excuse.\n");