AIML Games Type Flash WordPress Plugin
  • PHP 68.6%
  • JavaScript 29.1%
  • CSS 2.3%
Find a file
Ruben Ramirez 2eea25d497 Refactor game JS to simplified structure
- Remove verbose section comments
- Clean up code formatting and organization
- Update CSS and display template
2026-03-10 09:30:58 -05:00
admin Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
docs Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
includes Fix mode resolution to always use resolved mode 2026-03-05 08:33:35 -06:00
public Refactor game JS to simplified structure 2026-03-10 09:30:58 -05:00
.gitignore Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
aiml-games-type-flash.php Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
config.php Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
crossword-admin-edit-page.png Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
crossword-fixed-position.png Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
crossword-meta-box-moved.png Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
crossword-meta-box.png Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
readme.txt Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
trivia-matching-game-test.png Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
uninstall.php Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
word-scramble-game-complete.png Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
word-search-game-final.png Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00
word-search-game-loaded.png Initial commit: Cloned from Albino Panther template 2026-03-04 16:17:34 -06:00

=== AIML Games Type Flash ===
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 Type Flash 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_type_flash]` or `[aiml_game slug="type-flash"]` 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 > Type Flash in your WordPress admin.

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial release.