|
OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Public Member Functions | |
| def | __init__ |
| def | append_to_atomspace |
| def | __iter__ |
| def | __getitem__ |
Public Attributes | |
| Height | |
| Width | |
| Rows | |
| PlayerCoordinates | |
classdocs
Definition at line 128 of file sokoban.py.
| def sokoban.Level.__init__ | ( | self, | |
| xml_tag | |||
| ) |
Constructor
Definition at line 132 of file sokoban.py.
| def sokoban.Level.__getitem__ | ( | self, | |
| index | |||
| ) |
Definition at line 167 of file sokoban.py.
References sokoban.Level.Rows.
| def sokoban.Level.__iter__ | ( | self | ) |
Definition at line 162 of file sokoban.py.
References sokoban.Level.Rows.
| def sokoban.Level.append_to_atomspace | ( | self, | |
| atomspace | |||
| ) |
Definition at line 158 of file sokoban.py.
| sokoban.Level.Height |
Definition at line 137 of file sokoban.py.
| sokoban.Level.PlayerCoordinates |
Definition at line 152 of file sokoban.py.
| sokoban.Level.Rows |
Definition at line 139 of file sokoban.py.
| sokoban.Level.Width |
Definition at line 138 of file sokoban.py.