26 comments found.
Great work!
thx!
The board is not installed correctly. With the correct installation of the board, cells A1 and H8 should be in black. In this game, the board is turned sideways. Please correct. Correct board of checkers: https://drive.google.com/file/d/1W8iUXRzCKZMMdXGga9mznM53KqnJsg_u/view?usp=sharing
Hello, as written in the item details, the game is based on the Italian Rules, https://en.wikipedia.org/wiki/Italian_draughts for this reason the layout is different
Oh, I’m sorry.
Can you give a textbook or material on Italian drafts. We want to teach our children about your game. But, in our country there are no textbooks on Italian drafts. Please help. Our books are only for Russian checkers. Our children want to learn Italian draughts.
Hello, here https://en.wikipedia.org/wiki/Italian_draughts you’ll find more details about the italian version
According to the rules of the game of Italian checkers, a regular checker cannot eat a rook. Here, https://en.wikipedia.org/wiki/Italian_draughts you’ll find more details about that. How can we fix this? Help.
The play is ok. Only one thing: the piece must not “eat” the double piece.
Hello, we checked the game and you are right. We will fix the game as soon as possible.
Thank you very much.
when will you fix it?
hello, we are sorry for the delay. For the moment we can’t give a clear time estimation. But when ready you’ll get a notification from CodeCanyon.
The problem was fixed by myself. Link to the corrected version of “main.js” file: https://drive.google.com/file/d/1pFJK9qF_jwEdaX6xCpIf73pnWlUtD09R/view?usp=sharing
hello, we are happy that you worked it out
How are points scored? Please explain the formula?
the score is based on the time. The less time you take to win the match, the higher your score will be. If you take 0 seconds to finish the game, you’ll get 1.800.000 points. If you take 13 minutes to finish the game you’ll get 1.000.000 points.
Children don’t understand millions. And we also do not quite understand why the points start from 1800000? Can I give 1 point for every second? Children can only count up to 1000.
Time = 1 secound = 1 point
we replied to your pm
The game is actually very good. I’m just trying to understand so I can answer the kids’ questions later.
Please, help to add a leaderboard for the Master checker?
we are checking the games
Thank you very much for your support.
No leaderboard available for game ctl-master-checker! Please, help.
How can add leaderboard for Master checker?
Please, help to add a leaderboard for the Master checker?
hello, we are checking the games, we’ll keep you posted. Anyway, please note that during the weekend our support service is not available (as written in our company description) and generally, one email is enough to point out an issue).
do you or anyone else you know make the board game “go” ?
hello, for the moment we haven’t planned to develop a “Go” game, we don’t know if anyone else have developed it
Good luck with your sales
thank you very much!
is there a way to get current game state/move made?
hello, in the game as it is it’s not possible. If you give us more details about your final purpose, we’ll be back to you with a quotation. You can write us to support[at]codethislab[dot]com
hello, with this script, can i do the following customizations 1. change board design 2. re-skin using my own IU
i need to customise it before i release it
hello, you can reskin the game replacing the files in the sprites folder with new one of same size and format. New assets must be 1:1 with the current if you don’t want to change any line of code.
is this made in Construct?
hello, no this game has been developed in HTML5/js and third-party library CreateJs
Game just freezed here after mandatory jump: https://drive.google.com/open?id=1nCvE_2mPmMhgYurcdFx5PmCZfuk_bck- And why can’t you disable those mandatory jumps in the first place?
hello, we tried the game and it works properly. We noticed that your version is slightly different from ours, can you try the game using the following link and send us a video? https://showcase.codethislab.com/games/master_checkers/ If you want to remove the mandatory jump we have to hard customize the game’s code, write us to support[at]codethislab[dot]com to get a quotation.
hello i want to buy this game but i want multi player mode not only local
write us to support[at]codethislab[dot]com
Hello, the fullscreen property doesn’t work. I set the fullscreen property to false to hide the icon from the interface but it still appears. var oMain = new CMain({ check_orientation: true, fullscreen: false }); Please, how can this be fixed as I do not want the fullscreen icon to be seen.
Hi, we’ll check the game asap
file is html5 or plugin wordpress?
you’ll get both a html5 and a wordpress version of the game. Please note that the WordPress version is conceived to run with the plugin CTL Arcade https://codecanyon.net/item/ctl-arcade-wordpress-plugin/13856421
Hello! How to embed your game in web page so, fullscreen is working? I’m using iframe now, and fullscreen button is not available. Thank you!
Hi, we are gradually updating all our games to show the full screen button also in i-frame. I asked my developers to give priority to Master Checkers, you’ll get a notification when the new version is available
Hi, we’ ve fixed the game. The new version is already available.
We deserve a 5 star rating, don’t we? 
Hey! I’ll check. Thanks for quick fix. I have many of your games, hope to see them fixed as well. 
We’ll fix all our games, don’t worry 
Hi, pre-purchase question: - i want to disable “mandatory jumps”. Do you have a version like this or option to disable this “mandatory jump”?
Hi, no we don’t have a version without mandatory jump. If you want, we can customize the game for you. Write us at support@codethislab.com to get a quotation
How to hide multiplayer option? I don’t need it to have. I need only single player option.
Hi! to do that, you have to change the game’s code. If you want us to customize the game for you, write at support@codethislab.com to get a quotation
as it is a multiplayer game can it be add to my players on al MSSQL database to get the username and a the score”winning til the user profile ?
In the index file, you’ll find a save score function, where you can add your ajax call, you’ll find more info in the documentation: http://showcase.codethislab.com/games/master_checkers/readme/
How to access following vars? on $(oMain).on(“save_score”,.....)
alert(“iBlackPoints: “iBlackPoints”, iWhitePoints: “iWhitePoints”, iBlackTime: “iBlackTime”, iWhiteTime: “+iWhiteTime);
whi, these vars already pass in the save score var. What do you mean exactly? what’s your purpose?
I need to create leaderboard based on this game. how can i do this? i need to pass ajax value to my server and store data in database
Hi, in the index file you’ll find a save score function, where you can add your ajax call, you’ll find more info in the documentation http://showcase.codethislab.com/games/master_checkers/readme/