Skip to content

Commit 7f7e802

Browse files
committed
Final commit :)
1 parent 41d2f5e commit 7f7e802

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

main.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
playerx = 0
2+
playerx = input("Enter the number of player(s): ")
3+
if playerx == 2:
4+
play_game()
5+
16
board = ["-", "-", "-",
2-
"-", "-", "-",
3-
"-", "-", "-"]
7+
"-", "-", "-",
8+
"-", "-", "-"]
49

510
game_still_going = True
611

0 commit comments

Comments
 (0)