Click here for free DL of the app version that can save data.
No:30663 93
Prev Next
絵を描く
Developer User14903|Date and time 23/12/23 14:53:45
Build time 8.142 sec|Game capacity 1.051KB|Script

申し訳ありませんが、私はテキストベースの形式でのみプログラムを提供することができますので、絵を描くことはできません。ただし、ゲームのプログラムを作成することは可能です。以下は、単純な石取りゲームの例です。




石取りゲーム

現在の石の数: 20

プレイヤーの番です。いくつ石を取りますか?

function play() { const stonesElement = document.getElementById("stones"); const inputElement = document.getElementById("input"); const stones = parseInt(stonesElement.innerHTML); const input = parseInt(inputElement.value); if (input > 0 && input <= 3 && input <= stones) { const remainingStones = stones - input; stonesE


*This prompt didn't get me into the game this time. Plz try to generate it a few times.
Prev Next   Back  0  0 Menu 

[PR]現在のゲームギフトランキング

Click here for free DL of the app version that can save data.

(C)2023 HisashiApp