Define 4 groups with 4 unique words each. After saving, copy the generated code to update the live game.
Update Live Game Data:
1. Copy all the code from the text area below.
2. Open this HTML file (your_game_name.html
) in a text editor.
3. Find the `// --- CONFIGURATION SECTION ---` at the top of the main <script>
tag.
4. **Replace** the entire existing `const liveGameData = ...;` line (or lines if it's multi-line) with the code you copied.
5. Save the HTML file and re-upload it to your web server.