dannyhammer / TwoPlayerGames

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

Make each generic game class runnable #9

Closed dannyhammer closed 3 years ago

dannyhammer commented 3 years ago

Currently, in /generic_classes/, the classes game.py, player.py, referee.py, and board.py will not run cohesively. Goal: Make the game.py class executable with no errors. It does not have to do anything, just run.