Skip to content

A simple Ruby application to find the type of a given Poker hand.

Notifications You must be signed in to change notification settings

akshaysn1991/ruby-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ruby-poker

A simple Ruby application to find the type of a given Poker hand.

Running Application

// Enter cards with face 2-10 (J K Q A) with a suit (H D S C) \n EX: '9D QH 7S 8C 7D' or 9D QH 7S 8C 7D"

project-folder/poker.rb

Running Unit Tests

project- folder/test/hand.rb

project-folder/test/card.rb

Also see

https://en.wikipedia.org/wiki/List_of_poker_hands

About

A simple Ruby application to find the type of a given Poker hand.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages