Created: 28/09/2016
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!
Halloween Memory is a HTML5 Puzzle game. Match all identical cards before time runs out!
The ZIP package contains the game with 1920x1080 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.
To install the game just upload on your server the game folder live_demo.
$(document).ready(function(){ var oMain = new CMain(); $(oMain).on("save_score", function(evt,iScore) { //alert("iScore: "+iScore); }); });
TEXT_GAMEOVER = "GAME OVER"; TEXT_PLAY = "PLAY"; TEXT_LEVEL_SCORE = "LEVEL SCORE"; TEXT_LEVELCOMPLETED = "STAGE CLEARED!"; TEXT_TIMELEFT = "Time "; TEXT_SCORE = "Score "; TEXT_MATCH_SCORE = "SCORE MATCHING"; TEXT_TIMEBONUS = "TIME BONUS"; TEXT_TOTALSCORE = "TOTAL SCORE"; TEXT_VICTORY = "CONGRATULATIONS!!"; TEXT_PLAY_AGAIN = "PLAY AGAIN"; TEXT_DEVELOPED = "DEVELOPED BY"; 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({ card_per_level : [4, //NUM CARD IN LEVEL 1 8, //NUM CARD IN LEVEL 2 16, //NUM CARD IN LEVEL 3 32 //NUM CARD IN LEVEL 4 ], time_level:[30, //NUM SECONDS PER LEVEL 1 60, //NUM SECONDS PER LEVEL 2 120, //NUM SECONDS PER LEVEL 3 240 //NUM SECONDS PER LEVEL 4 ], score_match_card: 10, //SCORE ASSIGNED WHEN USER MATCH TWO CARDS score_time_left_mult: 2, //MULTIPLIER ASSIGNED TO REMAINING LEVEL TIME time_match_mult: 3000, //TIME AVAILABLE BETWEEN DISCOVERED MATCHING TO GET SCORE MULTIPLIER show_cards: 0 //IF YOU WANT TO SHOW CARDS FOR SOME SECONDS WHEN LEVEL START, SET THIS VALUE > 0 (NUM OF SECONDS) });
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 7 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 styles 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 game contains the card spritesheet that you can edit if you want to change card images.
Currently each card has following dimensions: 160x252. So if you change card size, be sure to change also card setting in settings.js file.
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;
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.