Be the first to run out of cards.
-
Each player will receive 7 starting cards and there will be a starting card on the table, along with a deck for drawing cards.
-
When it is your turn, you must place a card that matches, either in number or color, with the card on the table.
Example: If the table card is a red 7, you have to place a red card of any number or a 7 of any color. You can also place an action card.
-
If you don't have any cards that you can place, then they have to grab one from the deck on the table.
-
Whether you've put down a card or picked one from the deck, your turn goes to the next player.
-
When you are left with a single card you must press the "UNO" button, if someone presses it before you, you will have to take two cards from the deck. If an opponent has only one card and does not press "UNO" then you can press it and the opponent will receive two penalty cards.
-
The player who runs out of cards wins.
- You must put the name with which you want to enter the game, a room code, if you are the creator of the room it can be any code (i.e. room1) otherwise, enter the room code that was provided to you along with the password; If you are the creator of the room, you can put any password that you will provide to others. Finally, if you are the creator of the room, then you must click on "Create room", otherwise "Sign in".
- If you are the creator of the room you must wait for a minimum of 3 users to connect (maximum of 10 users) to start the game and only you can start it, the rest of the users will have a waiting window.
- Once there is a minimum of 3 users connected and the owner starts the game, each user will automatically deal 7 cards and the global card. In the center is the deck, where when you click, you grab a card, and the global card, which is where we must discard cards. In the lower right corner there is a chat where you can chat with the users connected to the room. Just above the chat the button of one. At the top you have the name of the room and whose turn it is to play. Around the deck are the users (rivals) connected and the amount of cards they have. At the bottom are the cards we have.
- To place a card, it is only with drag and drop. If you are placing a valid card then you will see it in the center of the table, otherwise it will return to your cards.
- You can know whose turn it is to play in the upper gray box. If it is your turn you will see your name bounce.
- When you have a card to change color and place it, you will have to select the color in a window that will appear.
- To know what color is being played, the background of the entire screen will change according to the color of the main card of the game.
- You can use the chat at any time of the game to communicate with the rest of the connected users.
git clone [email protected]:UVG-Teams/uno.git
cd uno
yarn install
yarn start
git clone [email protected]:UVG-Teams/simple-websocket-server.git
cd simple-websocket-server
yarn install
node server.js
unogame.f-rosal.com