Possible to see the solution of memory game?

05/27/2019 23:24 Uhmazing#1
Hello,

On a website there is a simple memory game with 16 pictures in total, so 8 solutions. Is there a way to somehow see the 'result' of the solutions in the code?
05/27/2019 23:55 Jeoni#2
There is no general answer to this as it does depend on the specific programming of the game / website. If it's all client based, the information may already be there when the game starts and is simply hidden to the normal user. In that case, it is possible to read the solution. But it may be implemented in a way that the information which card is what is requested only just-in-time from the server, so it's not present in the client. If programmed correctly with cheat safety in mind (e.g. the information about the card is revealed per correct request from the server, but that also directly increments your number of moves) you are not able to cheat the game.
With best regards
05/27/2019 23:59 Uhmazing#3
Quote:
Originally Posted by Jeoni View Post
There is no general answer to this as it does depend on the specific programming of the game / website. If it's all client based, the information may already be there when the game starts and is simply hidden to the normal user. In that case, it is possible to read the solution. But it may be implemented in a way that the information which card is what is requested only just-in-time from the server, so it's not present in the client. If programmed correctly with cheat safety in mind (e.g. the information about the card is revealed per correct request from the server, but that also directly increments your number of moves) you are not able to cheat the game.
With best regards
If I give you the site, could you take a look perhaps? Ofcourse I will pay you
05/28/2019 00:32 False#4
#moved