更新 'game_stats.py'
This commit is contained in:
parent
bb56b4d00d
commit
0b849b9eab
|
@ -6,8 +6,6 @@ def __init__(self, ai_game):
|
|||
self.reset_stats()
|
||||
# 游戏刚启动时处于非活动状态
|
||||
self.game_active = False
|
||||
# 任何情况下都不应重置最高得分
|
||||
self.high_score = 0
|
||||
|
||||
def reset_stats(self):
|
||||
# 初始化在游戏运行期间可能变化的统计信息
|
||||
|
|
Loading…
Reference in New Issue