Click here for free DL of the app version that can save data.
No:5447 743
Prev Next
Lets create a new world! From atmospheric conditio..ALL
Developer User3589|Date and time 23/6/30 3:00:46
Build time 10.816 sec|Game capacity 1.242KB|Script


了解しました!では、大気の状態から生態系を作るゲームを作ってみましょう。

以下が実装例です:




大気から生態系

const gameContainer = document.getElementById('game-container'); const atmosphere = document.getElementById('atmosphere'); const ocean = document.getElementById('ocean'); const land = document.getElementById('land'); const organisms = document.getElementById('organisms'); gameContainer.style.width = '100%'; gameContainer.style.height = '100vh'; gameContainer.style.backgroundColor = 'black'; gameContainer.style.position = 'relative'; atmosphere.style.width = '100%'; atmosphere.style.height = '40%'; atmosphere.style.backgroundColor = 'lightblue'; atmosphere.style.position = 'absolute'; atmosphere.style.top = '0'; ocean.style.width = '100%'; ocea


*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