ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Remove GridBoard from board.py #115

Closed ichabod801 closed 6 years ago

ichabod801 commented 6 years ago

It is deprecated (should use DimBoard instead). I don't think any games use it, but remove it and double check.

ichabod801 commented 6 years ago

Child of issue #16.

ichabod801 commented 6 years ago

I'm having trouble testing because of other errors in the board games. Battleships tests out fine, but Backgammon and Connect Four are throwing exceptions unrelated to GridBoard.