- Clone this repository
- Make a user object that holds name, age, and score
- In TriviaGame, ask two users for that information and store each in an instance
- In Trivia Game, write a
fetch()
function that returns a TriviaQuestion object filled with info from the web. Use the code from Demo. Test it in your main. - In your main, make an array of 5 trivia questions, and fill it with data using the function in step 4.
- Make your version of a trivia game in a latte window.
Last day in class to work: 3/5 due: 3/12
If you create a new file, please put the following above the class definition:
@Assignment(assignment = "trivia")