acutesoftware / AIKIF

Artificial Intelligence Knowledge Information Framework
GNU General Public License v3.0
54 stars 13 forks source link

environment base class for grid games #10

Closed acutesoftware closed 9 years ago

acutesoftware commented 10 years ago

aikif / toolbox / cls_grid.py needs to be based on an abstract class in environments which does logging such as d/m/y , world started: grid d/m/y , world ended: grid

Think about moving cls_grid to environment folder, though it may be better in \lib

acutesoftware commented 9 years ago

No it doesn't. The World object in environments is the base class and this contains a cls_grid at the moment. If anything, later the World object needs to have a flexibe type of data structure