kenan-rhoton / card-game

An iteratively designed card game by the members of TrollPlayingGame Discord.
MIT License
0 stars 1 forks source link

Smarter mocking #135

Closed kenan-rhoton closed 6 years ago

kenan-rhoton commented 6 years ago

Right now mocking is very very dumb (which is generally a good thing). However, it should at least simulate saving and fetching by game ID (which it currently doesn't), which leads to ugly hacks like in #133.

This would be fixed by the mock atom being a hash-map instead of a value