icoa-cli 2.16.12 → 2.16.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,14 +66,15 @@ function printHowToPlay() {
66
66
  console.log(chalk.gray(' ru · hi · de · id · th · vi · tr'));
67
67
  console.log(chalk.gray(' ─────────────────────────────────────────'));
68
68
  }
69
- // Australian easter eggs every 5 questions
69
+ // Australian easter eggs every 3 questions (for 15-question demo)
70
70
  const EASTER_EGGS = {
71
- 5: { emoji: '🏛️', text: 'Sydney Opera House — You\'re doing great!' },
72
- 10: { emoji: '🌉', text: 'Sydney Harbour BridgeKeep going!' },
73
- 15: { emoji: '🐨', text: 'Halfway there! A koala cheers you on!' },
74
- 20: { emoji: '🦘', text: 'A kangaroo hops by — almost there!' },
75
- 25: { emoji: '🏖️', text: 'Bondi Beach — 5 more to go!' },
76
- 30: { emoji: '🎉', text: 'G\'day mate! All questions done!' },
71
+ 3: { emoji: '🏛️', text: 'Sydney Opera House — Great start!' },
72
+ 5: { emoji: '🐨', text: 'A koala says g\'day 1/3 done!' },
73
+ 7: { emoji: '🌉', text: 'Sydney Harbour Bridge Keep going!' },
74
+ 9: { emoji: '🦘', text: 'A kangaroo hops by — past halfway!' },
75
+ 11: { emoji: '🏖️', text: 'Bondi Beach — almost there!' },
76
+ 13: { emoji: '🦈', text: 'Great Barrier Reef 2 more to go!' },
77
+ 15: { emoji: '🎉', text: 'G\'day mate! All done! 🇦🇺' },
77
78
  };
78
79
  function printQuestionProgress(current, total, answered) {
79
80
  const width = 30;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.16.12",
3
+ "version": "2.16.13",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {