Browse Source

commentaire inutile

pull/2/head
demisel 7 months ago
parent
commit
07097d72c9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      js/game.js

+ 0
- 1
js/game.js View File

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
 		);

Loading…
Cancel
Save