Skip to content
/ dds.js Public
forked from danvk/dds.js

Bridge Double Dummy Solver in JavaScript

License

Notifications You must be signed in to change notification settings

0x10001/dds.js

 
 

Repository files navigation

dds.js

Bridge Double Dummy Solver in JavaScript

See it in action here

Development

To iterate on the demo, first install its dependencies:

npm install

then generate browser-friendly code and start an http-server

npm run watch
npm run http-server

and open up http://localhost:8080/.

To run/iterate on the tests, open http://localhost:8080/runner.html.

About

Bridge Double Dummy Solver in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • HTML 3.7%
  • CSS 2.4%
  • Python 1.3%