From 847e8c266c8517631c601b4ad25a96cca82a1771 Mon Sep 17 00:00:00 2001 From: Aras Vitkus <5241162+amvitkus@users.noreply.github.com> Date: Thu, 12 Nov 2020 12:27:48 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3188cb8..9301622 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ABOUT: -A simple quiz app for android that covers Chicago Bears trivia. Only true and false questions right now. 50 questions, more to be added later. The user chooses an answer then goes on to the next question, whether they are right or wrong. The game keeps track of the user score. Once the quiz ends, an alert pops up displaying the final score for the user and the option to close out of the app. App was originally written in Java, but has now been updated to Kotlin. +A simple quiz app for android that covers Chicago Bears trivia. Only true and false questions right now. 50 questions, more to be added later as the app develops. The user chooses an answer then goes on to the next question, whether they are right or wrong. The game keeps track of the user score. Once the quiz ends, an alert pops up displaying the final score for the user and the option to close out of the app. App was originally written in Java, but has now been updated to Kotlin. Shows the use of the Model View Controller(MVC) design pattern.