Question: C PROGRAMMING GAME UNO: (Not C++, Java, Python, etc.) Hi all! I'm having trouble starting this C-Programming prompt. I'm not asking for actual code. Pseudocode

 C PROGRAMMING GAME UNO: (Not C++, Java, Python, etc.) Hi all!I'm having trouble starting this C-Programming prompt. I'm not asking for actualcode. Pseudocode would be much appreciated so that I can gain ideas

C PROGRAMMING GAME UNO: (Not C++, Java, Python, etc.)

Hi all! I'm having trouble starting this C-Programming prompt. I'm not asking for actual code. Pseudocode would be much appreciated so that I can gain ideas of how to start or possibly tweak what you guys give me to how I would have approached it. Attached to this post are the rules and conditions of what my code is supposed to do. Thank you so much in advance, and have a great day!

2 A Game of UNO You are to develop an interactive game of UNO between two players. The gameplay for UNO is described at https://www.unorules.com/. Your program should operate as follows. 2.1 Setup 1. UNO cards are represented as variables of the following type typedef struct card s ( char suit [7]: int value; char action [15] struct card s pt; card You are allowed to add attributes to this definition, but not to remove any. You can represent colors by using card suits. Red: hearts; Yellow: diamonds; Green: clubs; Blue: spades. The action field is used to denote the function of action cards 2. The game is played using the following deck of cards 0 1 2 3456 7 8900 0 12 345 6 7 8 90 01 2 3456 7 8900 2 34567 8 90 2 3 4567 890 2 3 4567 8 90 Figure 1: The deck of UNO cards. The following action cards are included: . Reverse If going clockwise, switch to counterclockwise or vice versa. . Skip - When a player places this card, the next player has to skip their turn. If turned up at the beginning, the first player loses his/her turn. . Draw Two - When a person places this card, the next player will have to pick up two cards and forfeit his/her turn by Dmitry Fomin https://conmons.wikimedia.org/a/index.php?eurid-29517498

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!