From c8a7b6834bc907efa93bb78b38c7edde5653f0e8 Mon Sep 17 00:00:00 2001 From: Pamela Dyer <pamela.dyer@uconn.edu> Date: Mon, 23 May 2022 06:59:44 -0700 Subject: [PATCH] Update Tic_Tac_Toe.mp --- models/Application_examples/Tic_Tac_Toe.mp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/models/Application_examples/Tic_Tac_Toe.mp b/models/Application_examples/Tic_Tac_Toe.mp index 237d85e..19c32ba 100644 --- a/models/Application_examples/Tic_Tac_Toe.mp +++ b/models/Application_examples/Tic_Tac_Toe.mp @@ -105,13 +105,13 @@ choosing_remnant_NOT_beside_an_X_on_2nd_move : /* Player going second makes mistake on second move of the game */ choosing_a_corner_on_2nd_move : - /* first move */ X_chooses_corner + /* first move */ X_chooses_corner /* second move - mistake */ O_chooses_corner - /* third move */ X_chooses_any_corner - /* fourth move */ O_blocks_ - /* fifth move */ X_chooses_last_corner - /* sixth move */ O_blocks_one_path - /* seventh move */ X_wins; + /* third move */ X_chooses_any_corner + /* fourth move */ O_blocks_ + /* fifth move */ X_chooses_last_corner + /* sixth move */ O_blocks_one_path + /* seventh move */ X_wins; /* Player going second makes mistake on fourth move of the game */ -- GitLab