Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jcgallagher517/crib-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cribbage Counter

Simple program to count a hand in the wonderful game of cribbage. There are two front-end options: A CLI script and a local web application.

The script is located in bin/crib-counter.rb.

You can run the web application by navigating to web and running ruby server.rb. This will start the server on port 3000, so navigate to localhost:3000 in your browser.

The input fuzzily accepts inputted cards, meaning that "5 Hearts", "5 h", and "5 hea" will all match to the same card.

About

Program to count a hand in cribbage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published