We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d2f5e commit 7f7e802Copy full SHA for 7f7e802
1 file changed
main.py
@@ -1,6 +1,11 @@
1
+playerx = 0
2
+playerx = input("Enter the number of player(s): ")
3
+if playerx == 2:
4
+ play_game()
5
+
6
board = ["-", "-", "-",
- "-", "-", "-",
- "-", "-", "-"]
7
+ "-", "-", "-",
8
+ "-", "-", "-"]
9
10
game_still_going = True
11
0 commit comments