DryFlyRyan / poker-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poker Parser

Description:

Poker Parser is a simple app that will take a poker hand in the form of a string or array and return its score (e.g. Pair, Aces).

Installation

  1. Clone or download this repository.
  2. Run npm install

Testing

A number of tests are already included in ./test/test.js. Tests can be run simply by typing mocha in the project's root directory.

Future Implementations

You may notice that there are some functions that are more robust than necessary. This is due to the fact that this application will be the cornerstone for a future project that will allow users to play a game of poker against a computer opponent.

Issues

Please report any issues encountered while using this program to the issues tab on the repository page.

About


Languages

Language:JavaScript 100.0%