Warning: count(): Parameter must be an array or an object that implements Countable in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 157

Warning: in_array() expects parameter 2 to be array, bool given in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 476

Warning: count(): Parameter must be an array or an object that implements Countable in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 484
Dark pot at its best! The player and computer take turns throwing ingredients or non-ingredients into the pot! When the number of ingredients reaches 25, the pot is complete! There are 10 kinds of ingredients and 10 kinds of non-ingredients, and each ingredient has its own attack power! The player and computer eat ingredients one by one from the completed dark pot! Each player takes damage by eating each ingredient, and if the players HP reaches 0 first, he or she dies! Can you survive?'s game | AI game creator

Click here for free DL of the app version that can save data.
No:7928 4901
Prev Next
Dark pot at its best! The player and computer take..ALL
Developer anonymous|Date and time 70/1/1 10:07:22
Build time unknown sec|Game capacity 4.042KB|Script


以下は、プレイヤーとコンピュータが交互に具材や非食材を鍋に投入し、闇鍋を完成させるゲームの例です。各具材や非食材には攻撃力が設定されており、プレイヤーとコンピュータは完成した闇鍋から具材を食べてダメージを与え合います。先にHPが0になった方が負けとなります。 実際のプログラムでは、各具材や非食材の攻撃力やHPは任意の値で設定してください。 HTMLファイルの中身:

最高の闇鍋!

プレイヤーのターン



このプログラムでは、プレイヤーが「食材を投入する」ボタンをクリックすることで具材をランダムに選択し、コンピュータも同様に具材を選択します。具材の選択は配列 `ingredients` の中からランダムに選ばれます。具材が投入されると、相手のHPから具材の攻撃力だけ減ります。プレイヤーとコンピュータのターンは交互に行われます。 HPのバーの表示にはCSSを使用しており、`player-hp-bar` を赤色で、`computer-hp-bar` を青色で表示しています。 このゲームはHTMLファイルをブラウザで開いて遊ぶことができます。スマートフォンで操作することも可能です。

Prev Next   Back  0  0 Menu 

[PR]現在のフィギュア売れ筋ランキング

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

(C)2023 HisashiApp