For this challenge you will create a quiz based on the game of Monopoly.
The computer will randomly display a street name from the list of streets used in the game and the user will have to guess the colour used in the game for the selected street.
The user will score one point per correct answer and will be asked to guess the colour of ten different streets, one at a time. At the end the user will be given their score out of ten.
To get you started with this challenge we have created three text files to cater for different audiences:
UK-monopoly.txt |
US-monopoly.txt |
French-monopoly.txt |
To complete this challenge you will need to read more about how to read through a CSV file.
Complete the Code
We have started the code for you but you will need to complete it to meet all the requirements of this game.
Extension Task #1
Add a menu option at the beginning to ask the user if they want to play with the UK, US or French monopoly.
Extension Task #2
Ask the user to enter their name and store their name and final score in a leaderboard text file. See leaderboard challenge.

Solution...
The solution for this challenge is available to full members!Find out how to become a member:
➤ Members' Area
UK-monopoly.txt
When your browser displays a webpage on screen it uses 3 different programming languages called HTML, CSS and JavaScript. We call the combination of these three languages “client-side web technologies”.


In this challenge we will create a three-player game using Scratch.

Look at the code provided below use to draw a tree using a recursive function.








The “game” is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced “players”, by creating patterns with particular properties.






