Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb474dd

Browse files
committed
playlist
1 parent fd46346 commit cb474dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

22_itictactoe/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Interactive Tic-Tac-Toe
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNOlaMDHHIQrvWZn--GGNlHU
4+
35
Write a Python program called `itictactoe.py` that will play an interactive game of Tic-Tac-Toe starting from a blank board and iterating between players `X` and `O` until the game is finished due to a draw or a win.
46
When the game starts, a blank board with cells 1-9 should be shown along with a prompt for the current player (always starting with `X`) to select a cell:
57

0 commit comments

Comments
 (0)