fix: update key in level file and fix error when reset game

This commit is contained in:
Kylin_on_Mac
2023-10-11 16:18:19 +08:00
parent fc3bf97ffe
commit b7076e4b32
14 changed files with 48 additions and 51 deletions

View File

@ -65,7 +65,8 @@ game = EasyGame(
```bash
# 在easy game中打開終端機
python -m mlgame -i ./ml/ml_play_template.py ./ --time_to_play 1200 --green_food_count 15 --red_food_count 10 --score_to_pass 10 --playground_size 100,200
python -m mlgame -i ./ml/ml_play_template.py ./ --level 3
python -m mlgame -i ./ml/ml_play_template.py ./ --level_file /path_to_file/level_file.json
```
## AI範例