tonarino / bomberman-of-the-hill

13 stars 5 forks source link

bomber_lib: derive Hash, Ord for world objects #49

Closed strohel closed 2 years ago

strohel commented 2 years ago

This allows players adding these into HashMaps, BTreeMaps etc. Some structs might produce strange ordering, but we err on the side of assuming players know what they're doing.