LaurierCS / PHI-TextBasedGameEngine

A text based game engine for creating games
4 stars 1 forks source link

Moved load_game to Game.py; moved 'private' methods into Util #21

Closed jbheard closed 4 years ago

jbheard commented 4 years ago

The motivation for this change is that since load_game creates a game object, it should be a static method in the game class. It also removes a circular dependency of Util->Game->Util.