1
0
Fork 0
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:
Joe R 2023-08-27 12:55:28 -04:00
parent 3ef949d461
commit 4674831507

View file

@ -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