Hi again !
I've got another idea that I think is pretty simple to carry out
for someone with advanced scripting knowledge,
but I just can't figure it out.
Djphil was so kind to make a bilingual vocabulary memory game for me once:
Two matching words in the respective two languages must be matched by clicking them.
When the two words match, one of the two is moved on top of the other one.
The game is here:
https://forums.osgrid.org/viewtopic.php?f=5&t=6116On the basis of that script I think it should be possible to make a
jiggsaw puzzle.
It can already be done through the above mentioned script:One piece is the actual puzzle piece, with a texture of a piece from a photo /text /painting etc.
The other piece lies on the ground as a background for that picture, with no texture.
Several of these background pieces lie next to each other on the ground.
The script of each background piece matches one of the puzzle pieces.
When the two to matching ones are clicked,
the puzzle piece is moved onto its corresponding background piece,
and thus, it is in the correct place.
This is repeated with all other puzzle pieces until the puzzle is finished.The problem is the following:
This makes it possible to randomly click pieces together,
without thinking.
What I would like to have is this:Each puzzle piece can be matched with each background piece
and no correct solution is given in the script.
When a piece is clicked a second time, it moves back to its original position.
This means the player must solve the puzzle through looking and thinking.Do you maybe have any ideas for this?
There might also be completely different approaches for this.
Thank you very much in advance!