c语言作业代写 computer c language assignment

computer c language

c语言作业代写 The game must have a table (score board), which keeps track of the points account (for one player, namely the computer). This table


  1. The general rules for the preparation and submission of the assignment are described in the Framework for Exam assignments in Imperative Programming. 

    This task is to program a Yatzy-like game. The starting point is the classic Yatzy rules. The Yatzy game in this task is special in the following ways:  c语言作业代写

     

    More than five dice can be used (let's say here that N dice are played).

    The game can be played without dialogue with the users (perhaps except prompt for N).

    In each round, the N dice are rolled only once.

    The game rounds are completed in a fixed order: the first time you roll the dice after the 1s. Next time after the 2s. Last time it's about achieving yatzy.

    In each round, the program selects up to 5 out of the N dice that give the highest possible number of points in the current round.

    Thus, N dice are rolled at a time, N ≥ 5. The program selects up to 5 of these, which can be used in the current game. The non-selected dice are ignored.

     

    Example with 8 dice showing 2 2 6 5 1 6 2 3:  c语言作业代写


     

    In a round where you fight for 1s. There is only one 1s and 1 point is posted on the first row.

    In a round where 2s are fought for. Since there are three 2s, these are selected and 6 points are posted in the 2nd row.

    In a round where two pairs are fought. Since there are two 6s and two 2s, these are selected and 16 pairs are posted in a row.

    In a round where fighting is by chance. The 5 highest dice rolls are selected and 22 are posted.

    You can choose to enforce that you must have at least three identical dice to get points in rows 1-6.

     

    The game must have a table (score board), which keeps track of the points account (for one player, namely the computer). This table can be a simple, statically allocated int array. When the last round is completed, the game result is calculated according to the current rules, including the bonus rule, a summary of the game is printed on the screen, and the user is offered, iteratively, another game.

     

    It is recommended that the eyes of the N dice be printed continuously after each round, together with the number of points that the round gives rise to. In this way, it is possible to check that the points of the game are calculated correctly in each round.  c语言作业代写

     

    In this game there is a need for a simulation of a dice. This can be easily achieved through a function that uses the edge function from stdlib. (We have already seen such a dice roll feature). As part of the solution, a function roll_multiple_dies is used, which creates an int array and shows N simultaneous dice rolls. We have already programmed roll_multiple_dies in an assignment on courses


c语言作业代写更多代写:计算机作业代写    经济代考   essay代写      AI作业代做  怎么写论文大纲

发表回复

客服一号:点击这里给我发消息
客服二号:点击这里给我发消息
微信客服1:essay-kathrine
微信客服2:essay-gloria