Skip to main content

Cribbage for your command line

Project description

# Cribbage for your command line

Implementation of [cribbage](https://www.pagat.com/adders/crib6.html) for two players. Text-based GUI for use on your command line (so you can appear to be working). Several kinds of opponents.

## Opponents

  • Random. This opponent plays a random legal move.

  • Brute Force. This opponent uses an enumerative strategy to determine the move with the greatest possible reward (points), and takes that move.

  • Trained. This opponent plays according to predictions made by a machine learning model. The predictions are based the outcomes of the games in the training data set (see the train directory).

## Installation

Install using pip:

`bash pip install cribbage `

Or install from the source

`bash git clone git@github.com:dacarlin/cribbage.git cd cribbage python setup.py install `

## How to use

If you want to play an easy game against the computer, you can run with the following.

`bash cribbage human random --name1 Alex --name2 Amy `

If you would like to try playing one of the AI opponents (you likely will not win), you can run with the following.

`bash cribbage human brute_force --name1 Alex --name2 Amy `

In either case, replace “Alex” with your name and “Amy” for the name you wish to call the opponent, or omit them if you don’t care about naming the players.

## Help

Run cribbage -h for more.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cribbage-1.0.0.tar.gz (9.4 kB view details)

Uploaded Source

File details

Details for the file cribbage-1.0.0.tar.gz.

File metadata

  • Download URL: cribbage-1.0.0.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cribbage-1.0.0.tar.gz
Algorithm Hash digest
SHA256 92cc602d6e14fbc0c8ab5913150a96f2df6a15430819dd60e358b3321d9b30f1
MD5 8730963cb30243f028067db9563fc841
BLAKE2b-256 0989ea2780510e9e9b0e83571cc15c51f921751389c41039af70d23219860e87

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page