UnoGame
UNO is the classic card game that’s easy to pick up and impossible to put down! Players take turns matching a card in their hand with the current card shown on top of the deck either by colour or number. Special action cards deliver game-changing moments as they help you defeat your opponents. These include Skips, Reverses, Draw Twos, Wild and Draw Four Wild cards.
- Users on different systems are able to connect to a game hosted by one of the users (min 2 users ).
- Deck of UNO cards is shuffled and dealt to the players.
- Design an impressive UI.
- Implemented the standard rules of UNO TM. Refer this link for standard rules https://service.mattel.com/instruction_sheets/42001pr.pdf
- Users play their move turn wise (either in clockwise or anticlockwise manner which can be changed by ‘Reverse card’)
- One player can only see his own deck of cards.
- A central pile of cards is maintained with one face up card with which the match is to be made for a valid move.
1.A timer is started on each user's turn. If turn is not played under given
time a penalty is imposed on user.
2.Every user recieves continuous updates of the game.
3.group chat feature is also implemented.