Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Add deal filter that only shows hands where the player is the dealer #19

Open
fkautz opened this issue Jan 3, 2014 · 1 comment
Open

Comments

@fkautz
Copy link

fkautz commented Jan 3, 2014

When a player is learning opening bids, it would be good to show only bids where they make the first choice as dealer.

@eseidel
Copy link
Owner

eseidel commented Dec 31, 2015

Seems like a very valid request and simple to implement.

This is where the deal selector view is implemented:
https://github.com/eseidel/saycbridge/blob/master/dist/gae/scripts/new_bidder.coffee#L32
This is where the actual filtering happens:
https://github.com/eseidel/saycbridge/blob/master/dist/gae/scripts/new_bidder.coffee#L257

Should be easy to just select for hands where all bidders prior to south have non-rule-of-twenty hands and south does.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants