Upload these 3 files to your /games/modules/ directory:
β
word-scramble.js β /games/modules/word-scramble.js
β
true-false.js β /games/modules/true-false.js
β
memory-cards.js β /games/modules/memory-cards.js
Replace these 2 files in your /games/ directory:
β
games-config.json β /games/games-config.json (all 10 games)
β
games.html β /games/games.html (already fixed!)
No manual editing needed! The games.html file is already updated to show all games.
After installation, you should have:
/games/
βββ games.html β REPLACED (already fixed)
βββ games-config.json β REPLACED (new file with 10 games)
βββ modules/
βββ multiple-choice.js β Existing
βββ swipe-test.js β Existing
βββ typing-challenge.js β Existing
βββ matching-pairs.js β Existing
βββ fill-in-blank.js β Existing (if you have it)
βββ word-scramble.js β NEW - Uploaded!
βββ listening-practice.js β Existing (if you have it)
βββ true-false.js β NEW - Uploaded!
βββ sentence-builder.js β Existing (if you have it)
βββ memory-cards.js β NEW - Uploaded!
https://manakahthey.com/games/Solution: You didnβt edit games.html correctly. Search for .slice(0, 4) and remove it.
Solution: Replace games-config.json with the new one that has all 10 games.
Solution: Make sure you uploaded the .js files to /games/modules/ directory.
Solution: Check that you have these XML files in parent directory:
../PartsOfSpeech.xml../LexicalIndex.xml3 files to upload:
1 file to replace:
1 file to edit:
.slice(0, 4) from one lineResult:
No manual editing required!
Super simple - just 5 file uploads and youβre done! β