hwoodward / Remote-Card-Games

Program for playing card games online/remotely. Goal is to play a game of hand and foot with multiple groups in different locations.
MIT License
2 stars 1 forks source link

Wild card instructions. #74

Closed slwoodward closed 4 years ago

slwoodward commented 4 years ago

When wild card prepared both handview and controller (I believe it comes the controller module) set note (controller.notification). Controller overwrites note from handview, but the handview note details how to designate wild cards in more detail.

Either handview note should not be overwritten (controller note eliminated), or controller note should be more detailed and handview note should be eliminated.

hwoodward commented 4 years ago

I eliminated the controller note, but the notification of how you assigned your first wild card overrides the instructions for the second one.

slwoodward commented 4 years ago

We've fixed this.