dannyhammer / TwoPlayerGames

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

fix, fix, and feat #79

Closed dannyhammer closed 3 years ago

dannyhammer commented 3 years ago

fix: Fixed bug in game.py not resetting board after each game, resulting in invalid data when reusing the same board over and over.

fix: Fix bug in Unbalanced Rook causing current random strategy to throw a range error if the rook cannot move any more spaces in the selected direction.

feat: Added a notebook investigating implementations of a csv writer. It is incomplete, as I am running into troubles on implementations.