diff --git a/mahjongg.tar b/mahjongg.tar new file mode 100644 index 00000000..56d70515 Binary files /dev/null and b/mahjongg.tar differ diff --git a/mahjongg/mahjongg.php b/mahjongg/mahjongg.php new file mode 100755 index 00000000..d2433ccb --- /dev/null +++ b/mahjongg/mahjongg.php @@ -0,0 +1,42 @@ +Beer Monster'; +} + + +function mahjongg_module() {} + +function mahjongg_content(&$a) { + +$baseurl = $a->get_baseurl() . '/addon/mahjongg'; + +$o .= <<< EOT +

+

+ +

+Simply locate the matching tiles and find a way to clear them from the board as quickly as possible. +A timer at the top of the screen keeps track of how you are doing.
+

+EOT; + +return $o; +} \ No newline at end of file diff --git a/mahjongg/mahjongg.swf b/mahjongg/mahjongg.swf new file mode 100755 index 00000000..79f8c9e3 Binary files /dev/null and b/mahjongg/mahjongg.swf differ