Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use the website elice to write the codes and the programming language is phython. CS101 Homework 4 Course-Monopoly Due date Dec 07, 2016 (Until 23:59)

Use the website "elice" to write the codes and the programming language is phython.

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

CS101 Homework 4 Course-Monopoly Due date Dec 07, 2016 (Until 23:59) Delayed due Dec 10, 2016 Please read the assignment description carefully and make sure that your program mects all the requirements stated. The homework assignment is an individual task. You can discuss the problem with your friends or TAs but you should not program together. You will get an F on the entire course if your submission includes any plagiarism Goal You should make Course-Monopoly program which is a kind of board game that can interact with you. Description This homework consists of three tasks. For each task, we ask you to complete functions according to the descriptions below starting from a template code. Some functions in different tasks are the same, so you can write once and reuse. You can define your own function to implement the homework more efficiently, but using new global variables is not allowed. Please note that you cannot modify the main function, and cannot change the global variable names, the function names, or the parameters. 1. Course-Monopoly game 1.1 Welcome to Course-Monopoly Course-Monopoly game is a variation of Monopoly game [ij based on the courses in KAIST. The goal of this game is to become the wealthiest player by taking the courses. Two players start with unbalanced in money at the "Start" position. Each player throws the dice in turn and move the number of spaccs given by the dicc. After a playcr have completcd his/her play, the turn now passes to the next player. The previous player remains on the previous space and proceed from there on his/her next turn. Two players are allowed to be the same space at the same time Below figure describes the entire board of Course-Monopoly. According to the location of the player, s/he can choose to take the courses or is obliged to retake the course or take a rest on "Leave of Absence". For more specific description about the game rule, please read the next section CS101 Homework 4 Course-Monopoly Due date Dec 07, 2016 (Until 23:59) Delayed due Dec 10, 2016 Please read the assignment description carefully and make sure that your program mects all the requirements stated. The homework assignment is an individual task. You can discuss the problem with your friends or TAs but you should not program together. You will get an F on the entire course if your submission includes any plagiarism Goal You should make Course-Monopoly program which is a kind of board game that can interact with you. Description This homework consists of three tasks. For each task, we ask you to complete functions according to the descriptions below starting from a template code. Some functions in different tasks are the same, so you can write once and reuse. You can define your own function to implement the homework more efficiently, but using new global variables is not allowed. Please note that you cannot modify the main function, and cannot change the global variable names, the function names, or the parameters. 1. Course-Monopoly game 1.1 Welcome to Course-Monopoly Course-Monopoly game is a variation of Monopoly game [ij based on the courses in KAIST. The goal of this game is to become the wealthiest player by taking the courses. Two players start with unbalanced in money at the "Start" position. Each player throws the dice in turn and move the number of spaccs given by the dicc. After a playcr have completcd his/her play, the turn now passes to the next player. The previous player remains on the previous space and proceed from there on his/her next turn. Two players are allowed to be the same space at the same time Below figure describes the entire board of Course-Monopoly. According to the location of the player, s/he can choose to take the courses or is obliged to retake the course or take a rest on "Leave of Absence". For more specific description about the game rule, please read the next

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions