Array ( [uid] => D2062129_qh3t [isE] => 1 ) getLang()=en
Click here
for free DL of the app version that can save data.
No:39922
129
←
Prev
Next
→
<!DOCTYPE html> <html> <head> <title>Fisherman Game</title> </head> <body> <h1>Fisherman Game</h1> <button onclick="startGame()">Start Fishing</button> <p id="output"></p> <script> function startGame() { var species = ["Salmon", "Tuna", "Cod", "Trout", "Bass", "Mackerel", "Sardine", "Haddock", "Halibut", "Snapper"]; var randomSpecies = species[Math.floor(Math.random() * species.length)]; document.getElementById("output").innerHTML
<!DOCTYPE html> <html> <head> ..
ALL
Developer
User17050
|Date and time 24/1/30 23:30:48
Build time 1.283 sec|Game capacity 0.08KB|
Script
= "You caught a " + randomSpecies + "!"; }
[PR]現在の人気グッズランキング
Click here
for free DL of the app version that can save data.