Skip to content

Commit 3780490

Browse files
Connect4: shorter text
1 parent ab7183a commit 3780490

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/apps/com.micropythonos.connect4/assets

1 file changed

+1
-1
lines changed

internal_filesystem/apps/com.micropythonos.connect4/assets/connect4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def animate_drop(self, col):
229229
self.current_player = self.COMPUTER if player == self.PLAYER else self.PLAYER
230230

231231
if self.current_player == self.COMPUTER:
232-
self.status_label.set_text("Computer thinking...")
232+
self.status_label.set_text("Thinking...")
233233
# Delay computer move slightly for better UX
234234
lv.timer_create(lambda t: self.computer_move(), 500, None).set_repeat_count(1)
235235
else:

0 commit comments

Comments
 (0)