AIML Games myCred Integration WordPress Plugin
Find a file
Ruben Ramirez 716535300e Add first game type play bonus feature
- Awards points the first time a user plays a game of each type
- Adds settings for enabling/configuring points
- Includes helper methods for game type detection and label formatting
2026-03-10 09:30:54 -05:00
includes Add first game type play bonus feature 2026-03-10 09:30:54 -05:00
.gitignore Initial commit 2026-03-03 05:18:16 -06:00
aiml-games-mycred.php Initial commit 2026-03-03 05:18:16 -06:00
mago-baseline.json Add first game type play bonus feature 2026-03-10 09:30:54 -05:00
readme.txt Fix code quality issues found by Mago and WordPress Plugin Check 2026-03-03 05:51:27 -06:00
uninstall.php Fix code quality issues found by Mago and WordPress Plugin Check 2026-03-03 05:51:27 -06:00

=== AIML Games - myCred Integration ===
Contributors: AIML.com
Tags: mycred, points, gamification, games, rewards
Requires at least: 5.0
Tested up to: 6.9
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Award myCred points for playing AIML games - game completion, game sets, high scores, perfect games, and first plays.

== Description ==

This plugin integrates myCred with the AIML Games Framework to automatically award points for various game-related achievements.

= Features =

* **Game Completion** - Award points when users complete any single game
* **Game Set Completion** - Award points when users complete all games in a set
* **High Score Achievement** - Award points for achieving top leaderboard positions
* **Perfect Game** - Award points for achieving 100% or maximum scores
* **First Play** - Award points the first time a user plays a specific game

= Requirements =

* myCred plugin
* AIML Games Framework

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/aiml-games-mycred`
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Configure settings under AIML Games > myCred Points

== Frequently Asked Questions ==

= Do users need to be logged in to earn points? =

Yes, users must be logged in to receive myCred points for game activities.

= Can I customize the point values? =

Yes, each point event type can be individually enabled/disabled and has customizable point values.

= What happens to points if I uninstall the plugin? =

Points already awarded are preserved in the myCred log. Only plugin settings are removed on uninstall.

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial release