mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Disabled (useless) hint in Matrix.
This commit is contained in:
parent
3ef949d461
commit
4674831507
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@ class Matrix_RowStack(OpenStack):
|
|||
# ************************************************************************
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue