Skip to content

Commit

Permalink
Fix Astrocyte to use correct hints
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Jul 15, 2024
1 parent b92debb commit 885b292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysollib/games/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,7 @@ def isGameWon(self):
# ************************************************************************

class Astrocyte(Game):
Hint_Class = Spider_Hint

def createGame(self):

Expand Down

0 comments on commit 885b292

Please sign in to comment.