forked from lorserker/ben
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit bb93107 Author: lucbellicaud <[email protected]> Date: Thu Apr 6 10:34:59 2023 +0200 fix variable name in defensive claim commit d3ad675 Author: Zhivko Draganov <[email protected]> Date: Wed Apr 5 11:56:47 2023 +0300 feat: Add two more examples for alert bid commit 99459aa Merge: b623450 ed57bb8 Author: lucbellicaud <[email protected]> Date: Wed Apr 5 10:59:40 2023 +0200 Merge branch 'staging' of https://github.com/Seven-of-Di/ben into staging commit b623450 Author: lucbellicaud <[email protected]> Date: Wed Apr 5 10:59:37 2023 +0200 manual alerte + None instead of "" commit ed57bb8 Author: Zhivko Draganov <[email protected]> Date: Tue Apr 4 11:06:39 2023 +0300 fix: Use the bang notation for displaying suits commit 0618355 Author: lucbellicaud <[email protected]> Date: Mon Apr 3 18:13:11 2023 +0200 Delete parenthesis and usually commit 5e8bbeb Author: Zhivko Draganov <[email protected]> Date: Mon Apr 3 17:20:47 2023 +0300 feat: Change generation script to use emojis commit 517ca61 Author: lucbellicaud <[email protected]> Date: Mon Apr 3 13:11:55 2023 +0200 Squashed commit of the following: commit 759ae4d Author: lucbellicaud <[email protected]> Date: Mon Apr 3 12:35:33 2023 +0200 alert symbol instead of abbrevation Debug option for playing card sybol instead of !+suit for alert commit 0fab7b6 Author: lucbellicaud <[email protected]> Date: Fri Mar 31 15:45:12 2023 +0200 count points commit e81355f Merge: c46fa5d 6c5f059 Author: Zhivko Draganov <[email protected]> Date: Fri Mar 31 11:13:22 2023 +0300 Merge pull request #4 from Seven-of-Di/develop chore: Develop commit c46fa5d Merge: 23b7c8a 4b22d6f Author: Zhivko Draganov <[email protected]> Date: Thu Mar 30 16:47:16 2023 +0300 Merge pull request #3 from Seven-of-Di/develop chore: Develop
- Loading branch information
1 parent
759ae4d
commit 2ba39b8
Showing
8 changed files
with
187 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"dealer": "W", | ||
"vuln": "None", | ||
"auction": ["1D", "PASS", "1S", "PASS", "2H", "PASS", "3S"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"dealer": "W", | ||
"vuln": "None", | ||
"auction": ["1D", "PASS", "1S", "PASS", "2H", "PASS", "4C"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.