更新 'game_stats.py'

This commit is contained in:
小谢 2021-06-22 20:48:03 +08:00
parent bb56b4d00d
commit 0b849b9eab
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ def __init__(self, ai_game):
self.reset_stats()
# 游戏刚启动时处于非活动状态
self.game_active = False
# 任何情况下都不应重置最高得分
self.high_score = 0
def reset_stats(self):
# 初始化在游戏运行期间可能变化的统计信息