No description
  • PHP 52%
  • JavaScript 28.5%
  • Shell 18.2%
  • CSS 1.3%
Find a file
Ruben Ramirez dda86020e6 Fix mode resolution to always use resolved mode
Always use the resolved mode from resolve_game_mode() instead of only
when locked. This ensures 'default' or empty string values are properly
converted to 'normal' for the Start Game modal.
2026-03-05 08:33:33 -06:00
admin Plugin working 2026-03-01 23:13:49 -06:00
docs Add labeled PHP sections for easier game cloning 2026-03-04 10:52:24 -06:00
includes Fix mode resolution to always use resolved mode 2026-03-05 08:33:33 -06:00
public Add labeled PHP sections for easier game cloning 2026-03-04 10:52:24 -06:00
scripts Add clone-game-v2.sh with short prefix pattern fixes (ap_*, ap-*) 2026-03-04 13:01:20 -06:00
.gitignore Fix form field IDs to use crossword prefix 2026-03-04 17:12:15 -06:00
aiml-games-albino-panther.php Add labeled PHP sections for easier game cloning 2026-03-04 10:52:24 -06:00
config.php Add configurable scoring settings with admin UI 2026-03-04 07:58:10 -06:00
readme.txt Add WordPress coding standards compliance improvements 2026-03-03 14:39:14 -06:00
uninstall.php Add configurable scoring settings with admin UI 2026-03-04 07:58:10 -06:00

=== AIML Games Albino Panther ===
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 Albino Panther 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_albino_panther]` or `[aiml_game slug="albino-panther"]` 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 > Albino Panther in your WordPress admin.

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial release.