講座素材
STEP4用
プロフィールダミー画像
STEP8用
掲示板の生成プロンプト
掲示板
## UI
名前欄、本文欄、送信ボタン
投稿一覧
## 送信処理
データベースの掲示板テーブルに保存する
データベース編集ツールの生成プロンプトサンプル
[データベース]を操作するツール
セレクトボックスでテーブルを選択対象
テーブルのレコードを操作できる
ゲーム素材
GBスプライトver0.1
次のようなゲームっぽいものを実現するためのサンプルスプライト&コード
実装時のコードサンプル
Use the following sprite system
[スプライトの画像アセット]
*One sprite is represented by 80x80px.
*The structure of the image is as follows
*First level: Impassable
Brick blocks, tile blocks, soft blocks, cave walls, stones
*Second level: Ground
Grassland, tiles, patterned tiles, diagonal tiles, ground
*Third level: Traps
Spikes 1, spikes 2, magma
*4th level: Special items
Ladder, apple, coin, bomb
*Columns 5 and 6: Characters (one set for rows 5 and 6. Alternate display for animation. The character faces right. To make it face left, flip the target sprite left and right.)
Man, Woman, Monster, Slime, Dog
*The following colors are used when drawing other than sprites
f1fbc3, c8d735, c8d735, 383c12