7 comments found.
I have noticed the game is a bit slow on an ipad. It can be played ok, just slow.
Is there a way to make it work faster on an ipad? Sometimes it does not respond that the image has been clicked?
i will fix it for mobile phones. i will use retina images and javascript codes.
How can I make the index page start with a new game automatically?
So the user does not have to click to the ‘start game’ button?
What do I add to the index code to make this function run automatically?
function() { article.hide(); sectionUl.show(); new Clever.Game(); }
Yes you can start it automatically.
with this code: article.hide(); sectionUl.show(); new Clever.Game();
You should insert code before this case
start.click(function(){
dont use function()
I have added this on the index page:
<body onload= article.hide(); sectionUl.show(); new Clever.Game()”>
But it does not work.
Do I have to edit the actual gamescript.js ?
Could you please email me a version of the index page that loads the game automatically?
yes. edit gamescript.js go to line 240 and insert this code:
article.hide(); sectionUl.show(); new Clever.Game();
I have it working now!!! Te?ekkürler !!
send me mail from my profile page. i will send it to you
I have it fixed now – Thanks – Te?ekkürler
Here is my new game with different graphics:
http://historyofliverpool.com/medieval-memory-game/Wow..! Wonderfull.. Great design.. Have a nice plays :)))
Can I add my own graphics to the game?
Of Course. This is open source script.
Can i translate it to danish?
Of Course. Its open source.
Cool game, nice clone of the memory ones you see on mobile devices.
Do pictures ever repeat though? Like for example, will you see two of the same cupcake on the same screen?
Thanks for comment.
Yes. It can be. But this is very basic version. I will try everything. I will update on each new development. Keep following.
Best Regards…
