AIML Games Trivia Matching WordPress Plugin
- PHP 62.5%
- JavaScript 31.9%
- CSS 5.6%
Features: - Add hint button that flashes an unmatched pair with point penalty - Add configurable hint settings (enabled, penalty, flash duration) - Pass displayMode to JS based on game type for picture matching support Bug fixes: - Fix real-time score display updates during gameplay - Fix hint counter reset on game replay - Fix Save Score form visibility after timed game completion Styling: - Redesign cards with cleaner Apple-inspired aesthetic - Ensure consistent card sizing for text and image cards - Use fixed height instead of min-height for uniform layout - Soften shadows, borders, and transitions - Remove custom font in favor of system fonts |
||
|---|---|---|
| admin | ||
| docs | ||
| includes | ||
| public | ||
| .gitignore | ||
| aiml-games-trivia-matching.php | ||
| config.php | ||
| readme.txt | ||
| uninstall.php | ||
=== AIML Games Trivia Matching === Contributors: aimlcom Tags: games, click game, leaderboard, framework Requires at least: 5.0 Tested up to: 6.9 Requires PHP: 8.3 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A simple click-to-score game demonstrating AIML Games Framework integration. == Description == AIML Games Trivia Matching is a click-to-score game that demonstrates complete integration with the AIML Games Framework. **Features:** * Simple click gameplay with score tracking * Timer mode and relaxed mode support * Leaderboard integration * Anti-cheat server-side score validation * Multiple game modes (Normal/Relaxed) * Full framework integration for analytics and user profiles **Requires:** [AIML Games Framework](https://aiml.com/games/framework) plugin. == Installation == 1. Install and activate the AIML Games Framework plugin first 2. Upload this plugin to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Use the shortcode `[aiml_trivia_matching]` or `[aiml_game slug="trivia-matching"]` to display the game == Frequently Asked Questions == = Does this plugin work without the framework? = No, this plugin requires the AIML Games Framework to function. = How do I change the points per click? = Navigate to AIML Games > Settings > Trivia Matching in your WordPress admin. == Changelog == = 1.0.0 = * Initial release == Upgrade Notice == = 1.0.0 = Initial release.