Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 164 Bytes

CHANGELOG.md

File metadata and controls

8 lines (6 loc) · 164 Bytes

Changelog

0.4.0

  • Implement Display for Player
  • Add limit to moves in a Game, MAX_MOVES (512)
  • Add is_over method to Game
  • Add player_turn method to Game