Skip to content
Snippets Groups Projects
Commit c8a7b683 authored by Pamela Dyer's avatar Pamela Dyer
Browse files

Update Tic_Tac_Toe.mp

parent b1dfb8aa
No related branches found
No related tags found
1 merge request!61Update Tic_Tac_Toe.mp
...@@ -105,13 +105,13 @@ choosing_remnant_NOT_beside_an_X_on_2nd_move : ...@@ -105,13 +105,13 @@ choosing_remnant_NOT_beside_an_X_on_2nd_move :
/* Player going second makes mistake on second move of the game */ /* Player going second makes mistake on second move of the game */
choosing_a_corner_on_2nd_move : choosing_a_corner_on_2nd_move :
/* first move */ X_chooses_corner /* first move */ X_chooses_corner
/* second move - mistake */ O_chooses_corner /* second move - mistake */ O_chooses_corner
/* third move */ X_chooses_any_corner /* third move */ X_chooses_any_corner
/* fourth move */ O_blocks_ /* fourth move */ O_blocks_
/* fifth move */ X_chooses_last_corner /* fifth move */ X_chooses_last_corner
/* sixth move */ O_blocks_one_path /* sixth move */ O_blocks_one_path
/* seventh move */ X_wins; /* seventh move */ X_wins;
/* Player going second makes mistake on fourth move of the game */ /* Player going second makes mistake on fourth move of the game */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment