YkeSmit1 / TOSR

Program to test and learn the TOSR bidding system
GNU General Public License v3.0
1 stars 1 forks source link

Last bid of interactive bidding is wrong #40

Closed eddovandenboom closed 3 years ago

eddovandenboom commented 3 years ago

When relayer bids final contract (for example 4♥) and you click pass as responder, you get the message "the correct bid is 4♥". Also sometimes the relayer bids 1♣ after final pass by responder.

YkeSmit1 commented 3 years ago

passing of responder in interactive mode is correctly interpreted. And implemented option to bid again in interactive mode. Commit d71b99c72b594e50976c4c6746d679c16a4209b7

eddovandenboom commented 3 years ago

This issue doesn't have a corresponding unit test. We can consider adding one