Closed dnsbty closed 4 years ago
We'll want a struct for managing the state of the game. This will depend on #1 and #3. I'm seeing this looking something like the following:
%{ "Dennis" => [ {:set, [%Card{}, %Card{}, %Card{}]}, {:run, [%Card{}, %Card{}, %Card{}]} ] }
We'll want a struct for managing the state of the game. This will depend on #1 and #3. I'm seeing this looking something like the following:
Table Example