This commit is contained in:
louiscklaw
2025-01-31 21:26:46 +08:00
parent 7d30025aed
commit b07e5bcf8d
6 changed files with 572 additions and 0 deletions

136
ProGamerPC/SampleRun2.txt Normal file
View File

@@ -0,0 +1,136 @@
Enter the number of human players [1-2]:
2
# Game Board 1 #
|7|8|9|
|4|5|6|
|1|2|3|
# Game Board 2 #
|7|8|9|
|4|5|6|
|1|2|3|
# Player 1's turn #
Choose the game board:
0
Input out of range. Please input again:
3
Input out of range. Please input again:
1
Choose the cell:
0
Input out of range. Please input again:
10
Input out of range. Please input again:
3
# Game Board 1 #
|7|8|9|
|4|5|6|
|1|2|X|
# Game Board 2 #
|7|8|9|
|4|5|6|
|1|2|3|
# Player 2's turn #
Choose the game board:
1
Choose the cell:
3
The chosen cell is occupied. Please input again:
4
# Game Board 1 #
|7|8|9|
|X|5|6|
|1|2|X|
# Game Board 2 #
|7|8|9|
|4|5|6|
|1|2|3|
# Player 1's turn #
Choose the game board:
2
Choose the cell:
3
# Game Board 1 #
|7|8|9|
|X|5|6|
|1|2|X|
# Game Board 2 #
|7|8|9|
|4|5|6|
|1|2|X|
# Player 2's turn #
Choose the game board:
2
Choose the cell:
4
# Game Board 1 #
|7|8|9|
|X|5|6|
|1|2|X|
# Game Board 2 #
|7|8|9|
|X|5|6|
|1|2|X|
# Player 1's turn #
Choose the game board:
1
Choose the cell:
5
# Game Board 1 #
|7|8|9|
|X|X|6|
|1|2|X|
# Game Board 2 #
|7|8|9|
|X|5|6|
|1|2|X|
# Player 2's turn #
Choose the game board:
1
Choose the cell:
6
# Game Board 1 #
|7|8|9|
|X|X|X|
|1|2|X|
# Game Board 2 #
|7|8|9|
|X|5|6|
|1|2|X|
# Player 1's turn #
Choose the game board:
1
The chosen game board is dead. Please input again:
2
Choose the cell:
5
# Game Board 1 #
|7|8|9|
|X|X|X|
|1|2|X|
# Game Board 2 #
|7|8|9|
|X|X|6|
|1|2|X|
# Player 2's turn #
Choose the game board:
2
Choose the cell:
6
# Game Board 1 #
|7|8|9|
|X|X|X|
|1|2|X|
# Game Board 2 #
|7|8|9|
|X|X|X|
|1|2|X|
Congratulations! Player 1 wins!