Skip to content

Program for everything cribbage. Finds best discards and best pegging play.

License

Notifications You must be signed in to change notification settings

derpy-pug/cribbage-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cribbage-zero

Program for everything cribbage. Finds best discards and best hand play.

Install

git clone https://github.com/derpy-pug/cribbage-zero/
cd cribbage-zero/

Build

Manual

In the top level folder with README. Make the build directory.

mkdir build
cd build

Then make the CMAKE files and compile.

cmake -S ../src -B . -DCMAKE_BUILD_TYPE={Debug/Release}
make -j

Executable location in build/app/. Executable name app. If in build folder.

app/app

Automatic

In the top level folder with README. Run the setup script.

./build {Debug/Release}

Then run with

./cribbage

About

Program for everything cribbage. Finds best discards and best pegging play.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages