dannyhammer / TwoPlayerGames

Undergraduate research into the mechanics of simple two-player games.
3 stars 2 forks source link

Fixed inheritance issue on referee.py and takeaway_referee.py #36

Closed dannyhammer closed 3 years ago

dannyhammer commented 3 years ago

We have to do the following for each game-specific class:

import sys sys.path.append("../generic_classes") from [filename] import [class name]