After choosing a set of options for a game, add the option to save those options to a text file like my_game.zpg. Then add an option for running the zero_play command with an options file:
zero_play my_game.zpg
Add more command-line options like those in the play command that got deleted in commit 6a20141fae4100b318396a3342d03f345775d51c.
After choosing a set of options for a game, add the option to save those options to a text file like
my_game.zpg
. Then add an option for running thezero_play
command with an options file:Add more command-line options like those in the
play
command that got deleted in commit 6a20141fae4100b318396a3342d03f345775d51c.