daffidwilde / matching

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

Remove `matching` property #95

Closed daffidwilde closed 4 years ago

daffidwilde commented 4 years ago

The Game class uses a hidden _matching attribute and a matching property without a setter method. The reasons for doing this were never solved entirely, and its inclusion detracts from the implementation so it's best to remove it.