Skip to content

C++ application for Cribbage simulation and probability calculations.

Notifications You must be signed in to change notification settings

Benmiller313/cribslvr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

CribSlvr

An application for simulating and solving Cribbage games.

Contents

Currently, this package includes an executable 'solve_hand' that determines the ideal discard for a given hand, and 'simulate_hands', an executable which runs repeated simulated crib hands with two computer players. 'simulate_hands' updates the discard point value tables so running it has the effect of teaching the program more accurate expected point values.

Also included is a set of unit tests focused on testing the underlying object files.

Building

To compile the programs and run the unit tests, use the included Makefile.

About

C++ application for Cribbage simulation and probability calculations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages