Find Me!

Explanations About The Game
The aim of this game is to find the coordinates of the ship. The coordinates are found according to the black point that is on the ship. You can rearrange ship by pressing the button "Random Coordinate Generator." Then, write the new coordinates of the ship on "My guess is: " part. Be careful: You need to write your guess between parentheses. After writing the coordinates, you will receive feedback about your guess. After that, you can change location of the ship as much as you want by using the button.

How to construct the game?

1. Show the coordinate system and major gridlines on the GeoGebra.[br]2. Define the point A manually. To do this, write the input section:[b] A= (Rastgele(-8,8), Rastgele(-10,10))[/b].[br]This means that x-coordinate of point A will be between -8 and 8 and y-coordinate of the point A will be between -10 and 10. You can write any number you want.[br]3. Select the button tool and write the "Random Coordinate Generator" as caption and write [b]A= (Rastgele(-8,8), Rastgele(-10,10)) [/b]in the GeoGebra Script part. Click OK. This button defines point A randomly.[br]4. Go to the settings of point A and be sure that "show object" is selected but "show tag" is not.[br]5. Drag any picture you want and drop it into the GeoGebra page. My picture is ship. Do not forget to delete the points that are created automatically.[br]6. Go to the settings of the picture and click "place" and be sure that center image is selected and choose point A as the center. Now, the point A was fixed to the picture.[br]7. Define point b manually. To do this, write the input section: b=2 and press the enter key. Double click the least number and change it as -8 and double click the most number and change it as 8.[br]8. Define point c manually. To do this, write the input section: c=2 and press the enter key. Double click the least number and change it as -10 and double click the most number and change it as 10.[br]9. Put any point on the coordinate plane and go to the "description" of this point. This point will be point B. Change its description as (b,c). Now, hide the point B.[br]10. Choose the "input box" and write"[b]my guess is[/b]" as the caption and choose the point B as linked object.[br]11. Create a text and write "[b]Your guess is[/b]".[br]12. Create a new text and write "[b]...[/b]"[br]13. Go to the settings of the text "my guess is:" and click Scripting. Then, click "On Update" and write here: [b]Eğer(A==B,DeğeriVer(metin2, "Perfect!"), DeğeriVer(metin2, "Wrong, please do your best!"))[br][/b]Here, if the coordinates is true, the feedback will be[i] perfect[/i] and if it is not, the feedback will be [i]wrong, please do your best![/i]. You can write any feedback. [br]Also, metin2 here is the text that I wrote "[b]...[/b]"[b][br][/b]14. Optional: You can change the size and color of the texts.[br]15. The game is ready to play!

Information