Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions B5vM.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down
1 change: 1 addition & 0 deletions B6dh.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down
1 change: 1 addition & 0 deletions Kt85.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down
1 change: 1 addition & 0 deletions Ls9f.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down
1 change: 1 addition & 0 deletions Mf3A.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down
1 change: 1 addition & 0 deletions Nn6M.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )
deal_card( players[0] )
Expand Down
1 change: 1 addition & 0 deletions Rp48.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )
deal_card( players[0] )
Expand Down
1 change: 1 addition & 0 deletions aZ3q.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down
1 change: 1 addition & 0 deletions bX52.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )
deal_card( players[0] )
Expand Down
1 change: 1 addition & 0 deletions d4YC.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )
deal_card( players[0] )
Expand Down
1 change: 1 addition & 0 deletions dF2j.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def show_result(result):
def play():
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down
1 change: 1 addition & 0 deletions sM2A.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down
1 change: 1 addition & 0 deletions vL3b.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )
deal_card( players[0] )
Expand Down
1 change: 1 addition & 0 deletions vU26.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def play():
print('デバッグログ:play()')
load_image()
create_cards()
players.clear()
players.append( Human() )
players.append( Computer() )

Expand Down