Created: 26/06/2017
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!
Snakes And Ladders is a HTML5 Board Game.
100 squares full of traps and tricks...Roll the dice and try your luck!
Ladders will take you up but Snakes will take you down!
Are you afraid of serpents? No problem!
There is the version with chutes and cute babies ready for you!
Two games in one...what else?
The ZIP package contains the game with 1360x640 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 live_demo.
TEXT_HELP1 = "REACH THE END OF THE BOARD LAUNCHING THE DICE. ROLLING A 6 WILL GIVE THE PLAYER AN EXTRA DICE.";
TEXT_HELP2_PT1 = "LADDER: YOU GO UP! ";
TEXT_HELP2_PT2 = ": YOU GO DOWN!";
TEXT_MODE0 = "SNAKE";
TEXT_MODE1 = "CHUTE";
TEXT_EXTRA_DICE = "EXTRA DICE!";
TEXT_SELECT_MODE = "SELECT GAME MODE";
TEXT_SELECT_PLAYERS = "SELECT PLAYERS";
TEXT_SELECT_COLOUR = "SELECT YOUR COLOUR";
TEXT_GAMES_PLAYED = "GAMES PLAYED";
TEXT_GAMES_WON = "GAMES WON";
TEXT_WIN = "YOU WON";
TEXT_LOSE = "YOU LOSE";
TEXT_PAUSE = "PAUSE";
TEXT_ARE_SURE = "ARE YOU SURE?";
TEXT_MOTIVATIONAL0 = "GREAT!";
TEXT_MOTIVATIONAL1 = "COOL!";
TEXT_MOTIVATIONAL2 = "NICE!";
TEXT_MOTIVATIONAL3 = "SUPER!";
TEXT_MOTIVATIONAL4 = "GOOD!";
TEXT_DEMOTIVATIONAL0 = "BAD ROLL!";
TEXT_DEMOTIVATIONAL1 = "NOOOO!";
TEXT_DEMOTIVATIONAL2 = "SORRY...";
TEXT_DEMOTIVATIONAL3 = "UNLUCKY!";
TEXT_DEMOTIVATIONAL4 = "BAD RESULT!";
TEXT_CREDITS_DEVELOPED = "Developed by";
TEXT_LINK = "www.codethislab.com";
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
var oMain = new CMain({
perfect_score:true, // IF THE PLAYER HAS TO MAKE A PERFECT SCORE OR NOT, TO REACH THE END
audio_enable_on_startup:false, //ENABLE/DISABLE AUDIO WHEN GAME STARTS
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
});
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:
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. Feel 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.