fireplace
fireplace copied to clipboard
Implement GameState __eq__, temp_hash()
This will be useful for AI applications in particular, because sequences of actions often lead to the same state so we should be able to merge them together.
If we support a proper serialized gamestate (#342) this will be easy.