Created: 30/06/2014
By: Code This Lab S.r.l.
Email: info@codethislab.com
Thank you for purchasing our game. If you have any questions that are beyond the scope of this help file, please feel free to email via user page contact form here. Thanks so much!
Mahjong Deluxe is a HTML5 mahjong game. Enjoy this stylish mahjong game with wooden tiles!
The ZIP package contains the game at 800x600 resolution that automatically scales to fit current screen device and all the assets to grant complete game customization.
The game is fully compatible with all most common mobile devices.
To install the game just upload on your server the folder game. WARNING: The game won't run locally with some browser like Chrome due to some security restrictions.
$(document).ready(function(){
var oMain = new CApp();
$(oMain).on("save_score", function(evt,score,bWin) {
//ADD YOUR CODE HERE
});
});
var TEXT_GAMEOVER = "GAME OVER"; var TEXT_CONGRATS = "CONGRATULATIONS"; var TEXT_SCORE = "SCORE"; var TEXT_BONUS_TIME = "BONUS TIME"; var TEXT_SELECT_LEVEL = "SELECT A LEVEL"; var TEXT_SHUFFLE = "SHUFFLE"; var TEXT_RESTART = "RESTART"; var TEXT_HINT = "HINT"; var TEXT_ALERT_EXIT = "DO YOU REALLY WANT TO EXIT?"; var TEXT_ALERT_RESTART = "DO YOU REALLY WANT TO RESTART?"; var TEXT_ALERT_SHUFFLE = "DO YOU REALLY WANT TO SHUFFLE?"; var TEXT_FINAL_SCORE = "FINAL SCORE"; var TEXT_BEST_SCORE = "BEST SCORE"; var TEXT_NO_TILES = "NO MORE TILES SELECTABLE!"; var TEXT_NO = "NO"; var TEXT_YES = "YES"; var TEXT_EXIT = "EXIT"; var TEXT_ERR_LS = "YOUR WEB BROWSER DOES NOT SUPPORT STORING SETTING LOCALLY. IN SAFARI, THE MOST COMMON CAUSE OF THIS IS USING 'PRIVATE BROWSING MODE'. SOME INFO MAY NOT SAVE OR SOME FEATURE MAY NOT WORK PROPERLY."; var TEXT_CREDITS_DEVELOPED = "DEVELOPED BY"; var TEXT_SHARE_IMAGE = "200x200.jpg"; var TEXT_SHARE_TITLE = "Congratulations!"; var TEXT_SHARE_MSG1 = "You collected "; var TEXT_SHARE_MSG2 = " points!
Share your score with your friends!"; var TEXT_SHARE_SHARE1 = "My score is "; var TEXT_SHARE_SHARE2 = " points! Can you do better";
var oMain = new CMain({
fullscreen:true, //SET THIS TO FALSE IF YOU DON'T WANT TO SHOW FULLSCREEN BUTTON
check_orientation:true,//SET TO FALSE IF YOU DON'T WANT TO SHOW ORIENTATION ALERT ON MOBILE DEVICES
bonus_time: 12000, //SET VALUE (IN MILLISECONDS) FOR BONUS TIME. THE BONUS TIME ASSIGN THE SCORE FOR MATCHING. IF IT IS ZERO, NO SCORE IS ASSIGNED
hint_penalty:10 //POINT TO DECREASE IF PLAYER USES AN HINT
});
This game have the canvas tag in the body. The ready event into the body calls the main function of the game: CMain().
The head section declares all the javascript functions of the game. The whole project uses a typical object-oriented approach.
In the init function there are 4 mapped events that can be useful eventually for stats
The game use two CSS files. The first one is a generic reset file. Many browser interpret the default behavior of html elements differently. By using a general reset CSS file, we can work round this. Keep in mind, that these values might be overridden somewhere else in the file.
The second file contains all of the specific stylings for the game panels
This game contains:
Resuming, the complete game flow is the following:
You can easily change all the game graphic, replacing all the file you need in the "/sprites" folder. Just respect file format (.png or .jpg) and size if you don't want to change any code line.
If you want to disable all the sounds for mobile devices, you have to change the following value in settings.js file:
var DISABLE_SOUND_MOBILE = true;
The game contains a spritesheet of all the tiles in the folder sprites/
You can replace spritesheet artwork in any editing software like Photoshop

CTL Arcade will allow you to add a real arcade on your worpress website, in this way your users will be more involved and will stay connected longer.
It's possible to add Ads banner at the beginning of each game and at the end of each level. This will give you a new tool to increase your revenues.
Your own users will promote your website sharing their scores on the main Social Networks, with no extra costs for you.
You'll get by default the score-sharing on Twitter. To add Facebook just follow the guideline below.
3 widgets can be added in your pages through a shortcode.
Once again, thank you so much for purchasing this game. Fell free to contact us if you have any questions or issue relating to this game. No guarantees, but we'll do our best to assist.