Question: Create a MATLAB program that simulates the UNO card game with more than two players? The card game must involve more than two players. The
Create a MATLAB program that simulates the UNO card game with more than two players?
The card game must involve more than two players. The players should be able to make strategic decisions to win the game. The program should draw cards upon request, apply the rules, and score the game. Each team makes decisions on what programming elements to use to interact with the users. Special attention should be paid to:
1. Clarity on how to play the game.
2. How the users should interact with the program.
3. The visual, auditory cues and special effects (e.g. animations, a sound clip when the cards are drawn, etc.). You are allowed to use simple pictorial representations for each card, for example a King of hearts card with a large K and a heart, etc.
4. The users should be able to play the game with each other over the internet
All project should have the following elements:
1. A graphical user interface.
2. An animation.
3. A sound effect.
4. Make use of a user-defined OOP class in at least one programming element.
5. One or more tables.
6. The capability to play the game between two, or more, players remotely
MUST HAVE
Features of the GUI:
A button to shuffle and draw a card
A button to play a card
.Display scores edit fields
Anything else you need or want to add depending on the game you have chosen.
The GUI interface must include a table keeping a record of the rolls for each player throughout the game.
The capability to play the game between two, or more, players remotely.
Animations
Drawing a card
Play a card
A scoring system
Others
Sound
Shuffling card
Playing a card
A scoring system
Others
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
