Skip to content

Commit

Permalink
Add another sentence about the purpose of games
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackal360 committed Dec 10, 2023
1 parent 805a414 commit 29134ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
/**
Expand Down

0 comments on commit 29134ec

Please sign in to comment.