Skip to content

Commit

Permalink
Some cleanup of Tarock game file.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Mar 20, 2024
1 parent 6375d53 commit c1421fc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pysollib/games/special/tarock1.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ReserveStack, \
SS_FoundationStack, \
StackWrapper
from pysollib.util import ACE, ANY_RANK, NO_RANK,\
from pysollib.util import ACE, ANY_RANK, NO_RANK, \
UNLIMITED_ACCEPTS, UNLIMITED_MOVES


Expand Down Expand Up @@ -130,7 +130,8 @@ def canMoveCards(self, cards):
self.isAlternateColorSequence(cards))

# ************************************************************************
# *
# * Cockroach
# * Double Cockroach
# ************************************************************************


Expand All @@ -142,7 +143,7 @@ class DoubleCockroach(Grasshopper):
MAX_ROUNDS = 1

# ************************************************************************
# *
# * Corkscrew
# ************************************************************************


Expand Down Expand Up @@ -236,7 +237,7 @@ def shallHighlightMatch(self, stack1, card1, stack2, card2):
return (sequence([card1, card2]) or sequence([card2, card1]))

# ************************************************************************
# *
# * Serpent
# ************************************************************************


Expand All @@ -249,7 +250,7 @@ def shallHighlightMatch(self, stack1, card1, stack2, card2):
return (sequence([card1, card2]) or sequence([card2, card1]))

# ************************************************************************
# *
# * Rambling
# ************************************************************************


Expand Down

0 comments on commit c1421fc

Please sign in to comment.