Created: 18/02/2015
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!
Scratch Fruit is a HTML5 Instant Win game. Scratch the silver part to discover if you win some prizes!
The ZIP package contains the game with 1700x768 resolution that scales to fit the whole screen device
Just warning that for very wide screens, the game may not be perfectly full screen.
The game is fully compatible with all most common mobile devices.
Sounds are enabled for mobile but we can't grant full audio compatibility on all mobile devices due to some well-know issue between some mobile-browser and HTML5.
So if you want to avoid sound loading, please read Disable Sound section).
WARNING: Sounds can't be enabled for Windows Phone as this kind of device have unsolved issues with 'audio' and 'video' tag.
The item package contains the following folders:
To install the game just upload on your server the game folder game1136x640.
$(document).ready(function(){ var oMain = new CMain(); $(oMain).on("save_score", function(evt,iScore) { //alert("iScore: "+iScore); }); });
TEXT_PRELOADER_CONTINUE = "START GAME"; TEXT_WIN = "YOU WIN"; TEXT_CONGRATS = "CONGRATULATIONS!"; TEXT_NO_WIN = "YOU LOST YOUR CREDITS"; TEXT_PLAY = "PLAY"; TEXT_HELP1 = "SCRATCH THE SILVER SQUARES. IF YOU FIND THREE IDENTICAL SYMBOLS, YOU WIN THE PRIZE!!"; TEXT_ARE_SURE = "ARE YOU SURE?"; TEXT_HEAD = "WIN TOP PRIZES!"; TEXT_CURRENCY = "$"; TEXT_ADVICE_WIN = "WIN"; TEXT_ADVICE_LOSE = "NO WIN"; TEXT_CREDIT = "CREDIT"; TEXT_PLUS = "+"; TEXT_MINUS = "-"; TEXT_BUYCARD = "BUY A CARD"; TEXT_WIN_AMOUNT = "WIN AMOUNT"; TEXT_CARD_VALUE = "BET"; TEXT_PLAY_AGAIN = "PLAY AGAIN"; TEXT_SHARE_IMAGE = "200x200.jpg"; TEXT_SHARE_TITLE = "Congratulations!"; TEXT_SHARE_MSG1 = "You collected "; TEXT_SHARE_MSG2 = " points!
Share your score with your friends!"; TEXT_SHARE_SHARE1 = "My score is "; 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 show_credits:true, //SET THIS VALUE TO FALSE IF YOU DON'T WANT TO SHOW CREDITS BUTTON audio_enable_on_startup:false, //ENABLE/DISABLE AUDIO WHEN GAME STARTS bet_to_play:[1,2,3], //BET TO PLAY A GAME player_credit:10, //PLAYER'S CREDIT cash_credit: 1000, //TOTAL CREDIT IN CASH. PLAYER BET WILL INCREASE THE CASH, AND PLAYER WIN WILL DECREASE THE CASH. ///A PLAYER WILL NEVER WIN MORE THEN CURRENT CASH. //// PRIZE WIN BY THE PLAYER. THE PRIZE IS MULTIPLIED BY THE BET PLAYED prize:[ 1.00, //PRIZE FOR COMBO 1 2.50, //PRIZE FOR COMBO 2 5.00, //PRIZE FOR COMBO 2 15.00, //PRIZE FOR COMBO 3 40.00, //PRIZE FOR COMBO 4 90.00, //PRIZE FOR COMBO 5 170.00, //PRIZE FOR COMBO 6 400.00, //PRIZE FOR COMBO 7 1000.00], //PRIZE FOR COMBO 8 prizeprob:[ 30, //OCCURENCE PERCENTAGE FOR PRIZE 1 22, //OCCURENCE PERCENTAGE FOR PRIZE 2 17, //OCCURENCE PERCENTAGE FOR PRIZE 3 10, //OCCURENCE PERCENTAGE FOR PRIZE 4 8, //OCCURENCE PERCENTAGE FOR PRIZE 5 6, //OCCURENCE PERCENTAGE FOR PRIZE 6 4, //OCCURENCE PERCENTAGE FOR PRIZE 7 2, //OCCURENCE PERCENTAGE FOR PRIZE 8 1], //OCCURENCE PERCENTAGE FOR PRIZE 9 win_occurrence: 30, //winpercentage MANAGES MULTIPLE WIN OCCURENCE PERCENTAGE FOR EACH GAME multiple_win_percentage: [ 70, //WIN IN 1 ROW 25, //WIN IN 2 ROWS 5 //WIN IN 3 ROWS ], scratch_tolerance_per_cell : 50, //AREA PERCENTAGE TO SCRATCH (FOR EACH SYMBOL) TO SHOW FINAL RESULT IN THE FRUIT ROW ////////////////////////////////////////////////////////////////////////////////////////// ad_show_counter: 5 //NUMBER OF CARDS PLAYED BEFORE AD SHOWN // //// THIS FUNCTIONALITY IS ACTIVATED ONLY WITH CTL ARCADE PLUGIN./////////////////////////// /////////////////// YOU CAN GET IT AT: ///////////////////////////////////////////////////////// // http://codecanyon.net/item/ctl-arcade-wordpress-plugin/13856421/////////// });
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 6 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 canvas and some hack to be fully compatible with all most popular mobile devices
This game contains:
Resuming, the complete game flow is the following:
The folder '/sprites' contains all the images of the game that can be replaced. Please be aware that new if you want to reskin the game graphic without any coding, your images must have the same size and file format of the old ones.
The game contains also the fruit spritesheets that you must edit if you want to change fruit images.
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;
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.