daffidwilde / matching

A package for solving matching games
https://daffidwilde.github.io/matching/
MIT License
150 stars 42 forks source link

Incorporate player copying #83

Closed daffidwilde closed 4 years ago

daffidwilde commented 4 years ago

This fixes the issue raised in #80. Further details are in the commit messages herein :+1:

drvinceknight commented 4 years ago

Nice! This ended up being relatively straightforward.

daffidwilde commented 4 years ago

Thankfully, yes. I think there might be scope, at some far-off point in the future, to write a meaningful __hash__ method for the Player class but this is good. Nice and clean.