I have some ideas but I’m not sure what techniques to use. I hope you guys can point me in the right direction.
I want to build a litle game called “guess the picture”.
My idea is to show 500px X 500px picture with a collored mask on top so users won’t see the picture. Users can click an area in the picture of 10px X 10px. When this block is clicked, it must be stored in the database and the opacity of this area must be set to 100% so a peace of the picture will be viewable.
It has to be stored in a database because other players need to see what areas allready have been clicked on.
This is my approach to achieve this game but maybe there are other sollutions.
As I said, I hope you can point me in the right direction