Closed seigot closed 1 year ago
案
・コンフィグファイルの分離
${root}/config/tetris_art_config_sample.yaml
・色調整用コンフィグファイルの分離 ・落ちてくるブロックを簡単に調整できる機構
使い方案
python start.py -l 1 -m art --art_config config/art_config_sample.yaml
色:art_config_sample.yaml 記載のもの(書いていない場合はdefault)
落ちてくる順番:art_config_sample.yaml 記載のもの(書いていない場合はdefault)
python start.py -l1 -m art --art_config_filepath config/art_config_sample.json
・色調整用コンフィグファイルの分離 ・落ちてくるブロックを簡単に調整できる機構
・色調整用コンフィグファイルの分離 (テトリスアート用)色調整用コンフィグファイルの分離
${root}/config/color_config.yaml
--color_config color_config.yaml
みたいな指定ができると便利なはず・落ちてくるブロックを簡単に調整できる機構 今は、1-->2-->3-->4-->5-->6--->7の順番(と周期)だがこれを調整できると便利??