An api that returns double-dummy results for a given board.
Uses Bo Hagland's solver https://github.com/dds-bridge/dds -- requires the libdds.so (or dds.dll in windows) to be installed and accessible. Credit to Alexis Rimbaud of NukkAI for the python dds wrapper.
make libdds-build
The python loader looks for the library from libdds/.build/src. If the file is found from build directory then the found library is preferred before a library in a system directory.
If you want to change the C++ library's build configuration, README.libdds.md provides information about the process.
pip3 install -r requirements.txt
python3 -m src.api
# In a separate terminal window…
curl --header "Content-Type: application/json" --request POST --data '{"hands":{"S":["D3", "C6", "DT", "D8", "DJ", "D6", "CA", "C3", "S2", "C2", "C4", "S9", "S7"],"W":["DA", "S4", "HT", "C5", "D4", "D7", "S6", "S3", "DK", "CT", "D2", "SK","H8"],"N":["C7", "H6", "H7", "H9", "CJ", "SA", "S8", "SQ", "D5", "S5", "HK", "C8", "HA"],"E":["H2", "H5", "CQ", "D9", "H4", "ST", "HQ", "SJ", "HJ", "DQ", "H3", "C9", "CK"]}}' http://localhost:5000/api/dds-table/
Prerequirements: 0. Download code
- Docker
- kubectl
- helm (version 3)
- gcloud
Configure gcloud auth:
-
Run
gcloud auth login <[email protected]>
-
Run
gcloud auth application-default login
Build the application stack using:
$ make build
Push to the remote registry:
$ make push
Or combined build+push using the:
$ make release
Deploy it on the server:
$ make deploy
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!