LIT Ancient Biblical Judean

⚡ QUICK START - 3 Files + 1 Edit

📥 UPLOAD THESE 3 FILES TO /games/modules/:

  1. word-scramble.js
  2. true-false.js
  3. memory-cards.js

🔄 REPLACE THIS FILE AT /games/:

  1. games-config.json (replaces your old one)

✏️ EDIT /games/games.html:

Find this line (around line 415):

${this.games.slice(0, 4).map(game => `

Change to (just remove .slice(0, 4)):

${this.games.map(game => `

✅ DONE!

Refresh your browser and you’ll see:


📂 WHERE THINGS GO:

/games/
├── games.html              ← EDIT this (remove .slice(0, 4))
├── games-config.json       ← REPLACE with new file
└── modules/
    ├── word-scramble.js    ← UPLOAD new
    ├── true-false.js       ← UPLOAD new
    └── memory-cards.js     ← UPLOAD new

🆘 NEED MORE HELP?

Read: INSTALLATION-CHECKLIST.md for detailed step-by-step instructions


That’s it! 3 uploads + 1 file replace + 1 tiny edit = Complete! 🎉