Log In  


Cart #g42drawinggame-0 | 2024-11-02 | Code ▽ | Embed ▽ | No License
3

Draw sprites following 32 prompts and see an animation using the sprites you drew at the end.
Click the light bulb button to see how I drew the sprite.
Click the music button to alternate between 3 tracks. Track #3 is Robots by Kraftwerk
Button combos are basically the same as in the PICO-8 sprite editor besides no undo.
H to flip horizontally, V to flip vertically, R to rotate, arrow keys to move.

3


ゲームの仕組み

コードによると、以下のスプライトがあります。

コード

prompts=split([[tree
葉っぱ
花
草タイル
砂タイル
水タイル
岩
錨
魚
バケツ
コイン
男
女性
スーパーヒーロー
ロボット
海賊
レンガタイル
ガラスタイル
タイヤ
ハート
ブタ
牛
ニワトリ
フェンスタイル
ドア
アヒル
木の板
船の帆
煙突
枝の上の鳥
木の丸太
葉っぱ タイル)

画像

.

質問があれば、ピコトロンブログで教えてください!

℗2024 Roblox Vaultage ピコトロンレコード

In English:

How the game works

According to the code, there are the following sprites

Code:

prompts=split([[tree
leaf
flower
grass tile
sand tile
water tile
rock
anchor
fish
bucket
coin
man
woman
super hero
robot
pirate
brick tile
glass tile
tire
heart
pig
cow
chicken
fence tile
door
sitting duck
wooden planks
boat's sail
chimney
bird on a branch
tree log
leaves tile]],"\n")

Image:

If you have any questions, let me know on the Picotron blog!

℗2024 Roblox Vaultage Picotron Records



[Please log in to post a comment]