Skip to content

Commit

Permalink
Disabled (useless) hint in Matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Aug 27, 2023
1 parent 3ef949d commit 4674831
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pysollib/games/ultra/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ def clickHandler(self, event):
# ************************************************************************

class Matrix(Game):
# FIXME: Re-enable hints if a good hint class can be built.
# But if hints are re-enabled, make sure to disable stuck-checking.
# You can't get stuck in Matrix games.
Hint_Class = None

#
# Game layout
Expand Down

0 comments on commit 4674831

Please sign in to comment.