From 8cd9883bcb808a1b026197a29bbf8d571f20c49b Mon Sep 17 00:00:00 2001 From: mnjx Date: Tue, 7 Mar 2023 21:35:29 -1000 Subject: [PATCH] fix: comments --- tictactoe-v2.2-new.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tictactoe-v2.2-new.py b/tictactoe-v2.2-new.py index 946fe7b..a235f14 100644 --- a/tictactoe-v2.2-new.py +++ b/tictactoe-v2.2-new.py @@ -1,8 +1,8 @@ # TODO - __DONE__ variable symbol count needed to win -# - __DONE__ selecting the position of the new symbol by moving a cursor with arrow keys inside the playfield, press return to place the symbol -# - when a game ends, the winning symbols will blink a few times +# - __DONE__ selecting the position of the new symbol by moving a cursor with arrow keys inside the playfield, press space to place the symbol +# - __DONE__ when a game ends, the winning symbols will blink a few times -# add: variable symbol count needed to win, selecting the position of the new symbol by moving a cursor with arrow keys inside the playfield, press return to place the symbol +# add: variable symbol count needed to win, selecting the position of the new symbol by moving a cursor with arrow keys inside the playfield, press space to place the symbol, when a game ends, the winning symbols will blink a few times # fix: general bugfixes # update: comments