Skip to content

Commit 68db607

Browse files
authored
Update tcs.html
1 parent 06ea072 commit 68db607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/tcs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
if (head.x < 0 || head.x >= canvas.width/gridSize ||
6060
head.y < 0 || head.y >= canvas.height/gridSize ||
6161
snake.slice(1).some(seg => seg.x === head.x && seg.y === head.y)) {
62-
alert('游戏结束!得分: ' + score);
62+
alert('如在玩,请刷新网页游戏结束!得分: ' + score);
6363
location.reload();
6464
}
6565

0 commit comments

Comments
 (0)