Package kuimaze :: Module maze :: Class SHOW
[hide private]
[frames] | no frames]

Class SHOW

source code

enum.Enum --+
            |
           SHOW

Enum class used for storing what is displayed in GUI - everything higher includes everything lower (except NONE, of course). So if SHOW is NODE_REWARDS, it automatically means, that it will display FULL_MAZE (and EXPLORED), however it won't display ACTION_COSTS

Class Variables [hide private]
  NONE = 0
  EXPLORED = 1
  FULL_MAZE = 2