Skip to content

alexcgomez/card-game-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker Hand Calculator

This project shows a randomly generated hand calculator from a deck of cards. Internally, you are ready to deploy new players and compare your scores to determine the winner in each hand. Also, a table of possible winning hands is attached along with the score they provide and the probability that this hand will be generated.

Poker hand Calculator


Scripts

$ npm run start

Start webpack-server to develop project on development mode.

$ npm run build

Build the project on production mode

$ npm run watch
$ npm run test

Webpack configuration

Devtools

webpack-dev-server

Plugins

clean-webpack-plugin

html-webpack-plugin

Loaders

css-loader

style-loader

file-loader

csv-loader

xml-loader

About

Basic poker game implemented with Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors