43 Followers
58 Following
93 Posts
CFDS is not in the sudoers file. This incident will be reported.
bandcamphttps://delayllama.bandcamp.com/
codepenhttps://codepen.io/thykka/
githubhttps://github.com/thykka
soundcloudsoundcloud.com/delay-llama

I recently made a low stress, super casual fruit matching game with #pico8

Play it online at https://www.lexaloffle.com/bbs/?tid=50524

Key features:
- 3 levels, 15 types of items
- persistent hi-score
- sfx & music

Planned features:
- Persistent game state - so you can continue from where you left it
- Button to give up and start a new game - so you can see the end screen
- Your idea here?

#gamedev #indiegame #fantasyconsole #retro #gaming #games

Fruit Salad 64

Q: How does a genome eat ice cream?

A: Helix it.

#pico8 #generative #genart

-- #pico8 larva in 387 chars
-- #genart #generative

w,d,l=49,circfill,line
::s::cls(1)
_=t()
s,c=sin(_),sin(_+.5)
rectfill(0,64,127,80,4)
rectfill(0,81,127,88,2)
for i=0,7 do
z=(i/8*128+c*4-_*48)%128
l(z,65,z*2-64,79,2)end
for i=1,w do
v=i/w
c=cos(v*4/3+_)x,y=32+s*8+v*64,56+c*8if i%3==2then
l(x,y,x+2-c*2,y+5+c,3)l(x-2,y,x-4+c*2,y+5+c,11)end
d(x-i%2,y-i%2,3,i%2==0and 3or 11)if i==w then
d(x-2,y-1+s,0,0)d(x+2,y-2+s,0)end
end
flip()goto s

Made this last summer. It's one of those things where very simple elements act together to make something mesmerizing, I hope.

#pico8 #genart #generative

Vector field driven particles? #pico8

Better version & source code: https://codepen.io/thykka/full/yYbZgY

I wrote it 5 years ago, so it could use some refactoring.. 😅

#codeart #creativecoding #javascript #canvas

Thing

...