diff --git a/README.md b/README.md index 4a15323..932e797 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# indian-poker \ No newline at end of file +# indian-poker +## Requirements(v0.1) +- single player(Player vs Computer) +- deck : [0 ~ 10] * 2 +- Shuffle deck and play 'til deck is run out +- No UI design (Only numbers with simple interaction) +- Only check (No additional bet) +- Seed : 100, Win : +10, Draw: 0, Fold: -5, Lose: -10 +- Win : Higher number than Other player +