LEGO Video Game Mockup
A JSON-structured prompt for generating a fake screenshot of a classic LEGO video game featuring custom characters, environments, and a full HUD.

プロンプト
{
"type": "ビデオゲームのスクリーンショット",
"style": "{argument name=\"game style\" default=\"classic LEGO video game\"}",
"scene": {
"environment": "左側に紫色のレンガ壁、右側に灰色のレンガ壁、反射が見える濡れた cobblestone の地面のある暗い路地",
"props": ["1つの緑色のゴミ箱", "1本のスタッド付き木板", "1個の金属ゴミ缶", "1個の木製の樽", "3本の緑色のガラス瓶", "骨形の看板に'DOG'と書かれたもの"],
"collectibles": "10個の浮遊スタッド(4個のシルバー、4個のゴールド、2個のブルー)"
},
"characters": [
{
"description": "{argument name=\"player character\" default=\"CatDog\"} ブロック状のプラスチックフィギュアとして描画",
"action": "光る青と緑の円形プレイヤーマーカーの中央に立っている"
},
{
"description": "ブルドッグがプラスチックミニフィギュアとして描画",
"action": "ドアウェイに立っている"
}
],
"layout": {
"ui_elements": [
{
"position": "左上",
"description": "プレイヤーHUD",
"components": ["円形のキャラクターポートレート", "テキスト'{argument name=\"player name\" default=\"CatDog\"}'", "4つの赤いハート", "金貨アイコンとテキスト'{argument name=\"score\" default=\"23,470\"}'"]
},
{
"position": "上中央",
"description": "黄と黒の円柱形プログレスメーター"
},
{
"position": "右上",
"description": "ブルドッグの円形キャラクターポートレート"
},
{
"position": "左下",
"description": "紫の縁取り、マップレイアウト、黄色い星アイコンを持つ円形ミニマップ"
}
]
}
}
機械翻訳 — この作品を生成したのは元のプロンプトです。
元のプロンプト
{
"type": "video game screenshot",
"style": "{argument name=\"game style\" default=\"classic LEGO video game\"}",
"scene": {
"environment": "dark alleyway with purple brick walls on the left, grey brick walls on the right, wet cobblestone ground with reflections",
"props": ["1 green dumpster", "1 wooden plank with studs", "1 metal trash can", "1 wooden barrel", "3 green glass bottles", "1 bone-shaped sign reading 'DOG'"],
"collectibles": "10 floating studs (4 silver, 4 gold, 2 blue)"
},
"characters": [
{
"description": "{argument name=\"player character\" default=\"CatDog\"} rendered as a blocky plastic figure",
"action": "standing in the center on a glowing blue and green circular player marker"
},
{
"description": "bulldog rendered as a plastic minifigure",
"action": "standing in a doorway"
}
],
"layout": {
"ui_elements": [
{
"position": "top-left",
"description": "Player HUD",
"components": ["circular character portrait", "text '{argument name=\"player name\" default=\"CatDog\"}'", "4 red hearts", "gold coin icon with text '{argument name=\"score\" default=\"23,470\"}'"]
},
{
"position": "top-center",
"description": "yellow and black cylindrical progress meter"
},
{
"position": "top-right",
"description": "circular character portrait of a bulldog"
},
{
"position": "bottom-left",
"description": "circular minimap with purple border, map layout, and a yellow star icon"
}
]
}
}