Class_generator/src/games
StillHammer de3267c21d Improve WhackAMole clickable area - click entire hole not just text
Issue: Players found it difficult to click precisely on the mole text,
especially on mobile or with fast-paced gameplay.

Fix:
- Changed click event from hole.mole (text only) to hole.element (entire hole circle)
- Makes the entire circular hole clickable, not just the word
- Much easier to target, especially on small screens
- Applied to both WhackAMole and WhackAMoleHard

Changes:
- src/games/WhackAMole.js:719 - Click on hole.element instead of hole.mole
- src/games/WhackAMoleHard.js:862 - Click on hole.element instead of hole.mole

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 15:34:23 +08:00
..
AdventureReader.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
ChineseStudy.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
FillTheBlank.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
FlashcardLearning.js Fix FlashcardLearning content loading priority 2025-10-13 10:11:38 +08:00
GrammarDiscovery.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
LetterDiscovery.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
MarioEducational.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
QuizGame.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
RiverRun.js Fix RiverRun EventBus module name validation errors 2025-10-13 09:53:02 +08:00
StoryBuilder.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
StoryReader.js Fix StoryReader compatibility and memory leak issues 2025-10-13 09:33:16 +08:00
WhackAMole.js Improve WhackAMole clickable area - click entire hole not just text 2025-10-13 15:34:23 +08:00
WhackAMoleHard.js Improve WhackAMole clickable area - click entire hole not just text 2025-10-13 15:34:23 +08:00
WizardSpellCaster.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
WordDiscovery.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00
WordStorm.js Implement comprehensive AI text report/export system 2025-09-26 21:24:13 +08:00