浏览代码

commentaire inutile

pull/2/head
demisel 1年前
父节点
当前提交
07097d72c9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      js/game.js

+ 0
- 1
js/game.js 查看文件

89
 	
89
 	
90
 	checkGameCompletion()
90
 	checkGameCompletion()
91
 	{
91
 	{
92
-		// If all tubes are complete or empty, the game is complete
93
 		this.isCompleted = this.tubes.every(
92
 		this.isCompleted = this.tubes.every(
94
 			tube => tube.isComplete() || tube.isEmpty()
93
 			tube => tube.isComplete() || tube.isEmpty()
95
 		);
94
 		);

正在加载...
取消
保存