From 29134ec4e22fb6306bdf97ff435fa85c1182dd07 Mon Sep 17 00:00:00 2001 From: thejackal360 Date: Sun, 10 Dec 2023 15:29:00 -0800 Subject: [PATCH] Add another sentence about the purpose of games --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8295e3e..0b4320a 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ All trivia questions are json files mapping questions to answers. Please see sta ## Mini-Games -Mini-games are interactive game modules within the trivia loop. Users pay points to play mini-games at random points throughout the trivia session. Mini-games are implemented as JavaScript functions that take a single argument, the user's response. Here is an example from the example application provided: +Mini-games are interactive game modules within the trivia loop. Users pay points to play mini-games at random points throughout the trivia session. This enables elena-based trivia games to support more complex behavior to keep users engaged. Mini-games are implemented as JavaScript functions that take a single argument, the user's response. Here is an example from the example application provided: ```JavaScript /**