Skip to content

eddovandenboom/TOSR

 
 

Repository files navigation

TOSR

Program to test and learn the TOSR bidding system

The goal of the program will be two-fold:

  1. Teaching new players how to become familiar with the TOSR system.
  2. Get statistical analyses about the system. For example, how often will the relayer be the declarer.

TODO

  • Create a rules database for the Tarzan system.
  • Implement more statistics.
  • Implement zooming.
  • Create integration test.

BUGS

  • 2Nd step in scanning is off by one.
  • 3NT is sometimes a relay when it should not.

How to build

  • Clone or download the sources.
  • Use vcpkg to install SQLiteCpp and Sqlite-orm. Use "vcpkg integrate install" to use it in VS.
  • Make sure .Net Core 3.1 is installed.
  • Install nuget packages newtonsoft and xunit.

How to run without building

  • Make sure .Net Core 3.1 is installed.
  • Download the artifacts directory from GitHub
  • Download cards.dll and copy it to the outputdirectory.

About

Program to test and learn the TOSR bidding system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 71.9%
  • C++ 27.0%
  • C 1.1%