地獄
https://t.co/Bk7Qp8SomK
"うまく目玉焼きを作れなかった場合、地獄に落ちます。"
"A Game By Its Cover 2017"のために制作されたゲームやねんて。短いから忙しい人もサクサクやれるかな?
https://t.co/sHiKhf3uvF

3 9

Technical difficulties.

*looks at a AI suspiciously.*

17 90

Spinning + Zooming Julia Fractal in 184 bytes


::_::a=t()/99z=1.7+sin(a*2)d=z*cos(a)e=z*sin(a)r=rnd(128)s=r%1*128i,u,v=0,r/32-2,s/32-2x,y=u*d-e*v,u*e+d*v
repeat
i+=1x,y=x*x-y*y+e,d+x*y*2until(i>16or x*x+y*y>4)
?"+",r-1,s-2,i
goto _

🎩
🤖✨

38 156

Wanted to post this last week but I got sidetracked with some work for Lost Myth. Anyways, I've been working on this lil' project in my free time and it's really been a lot of fun!

| |

7 23



q=circfill::_::cls(15)srand(36)for i=0,9 do
x=64.5y=99g=.25h=(rnd(5)+1+sin(t()/4+i/9)*.2)/999*(i%2*2-1)for j=0,80 do
x+=cos(g)y+=sin(g)g+=h
for k=0,1 do
q(x-k,y,6-j/80*6,9-k*5)end
if(j>35 and j%4<1)for k=0,rnd(25) do q(x+rnd(3),y-2+k,1,3+k%2*8)end
end
end
flip()goto _

23 109

Destructible terrain and controllable torpedoes.

Scoping down to single-player, so bigger screens and more content!

Will release playable prototype next week and have a full release in May.

18 104

Marshmallow Infinity was just updated on !

New to this update (as requested) we have also released the p8 files

We really hope you enjoy the update and may consider to show your support

https://t.co/Yme5jXs7yx

5 8

I try add icon to the pause menu.

3 12

Got more Submarine (WT) progress, showing off tomorrow.

7 31


::_::cls(1)q=t()/6
for m=0,1 do c=1-m
for n=-1,1,2 do
for j=2-n*2,2+n*2,n do
r=22+j*7
for a=0,.5,.005 do
z=r*cos(a)*cos(q)k=1+z/150
if(sin(a)*c>-.4 and sgn(z)==-n)circfill(64+r*cos(a)*sin(q)/k,64+(r*sin(a)*m+14+c*8)/k,(3.5+c*4)/k,7*c+m*(12-j))end end end end
flip()goto _

47 324

Experiments in setting tone from 2018.

256x256 so cheating a bit.

3 18

Moving to more of an 'environment' study [#pico8 palette][55x29].

Added some grass and a bush with my rock study.

PLEASE LEAVE FEEDBACK & CRITIQUES
~

5 14

pico8トークン節約話: for文を多用する場合、毎回
for x in all(list) do
とか書くよりも、all()ごと関数化してしまって
for x in rtn_list do
と書けるようにした方が良い場合があるかも。(foreachよりも1トークン少ない)

0 1

Mockup for a cactus western with poker-dice-Russian roulette combat.

10 61

Learning some new stuff in Lua

These two cloud effects use pretty much the same code in a different order

No extra code required :)

57 223

Announcing NerdyTeachers collaboration with the music master !!!! The new SFX and Music section is now live at https://t.co/Nt9ie7aem6 for our combined tutorials all in one place! 🤩

13 28

made a demo test for noise map generation. dig up some treasure, make a bunch of footprints, explore the world!
https://t.co/gDRVmKhcGy

6 24

Made a bigger track as a test case for optimising the rendering code. ~1500 billboards in all. Currently CPU sits between 100% and 400%, so lots of room for improvement.

Plan to follow in replies.

5 63

this actually a good visual for what "witchspace" brings to mind.

12 45