uno-game-cli
v1.1.2
Published
A basic UNO Card Game directly in the Command line. This game uses looping and recursive algorithm.
Downloads
47
Readme
UNO CLI
Commands
- UNO - start a game
- DROP card_id - drops a card
- PASS - pass the turn and takes 2 cards from the deck
Rules
- You can only drop or pass cards
- Dropping invalid commands or cards gets a 3 card penalty
- Skip / Reverse skips the next player
- Color Change cards take effect on the next player, works as skip
- Plus Cards adds Cards to the next player, works as skip
- Magic Cards is only allowed for same color cards
Bugs
- [ ] Skip card from previous bots sometimes doesn't work
- [x] Card Set doesn't update
- [ ] Special Cards doesn't work on Bots sometimes
Todo
- [ ] Reverse Cards
- [x] Validations
