News by carson@mastodon.gamedev.place
lade... random avatar Follow Folgen

carson - Network

Posts Subscribe

I keep wanting to post here more but twitter has such a pull on me it's easy to forget that mastodon exists :(I hope to try more :P

https://mastodon.gamedev.place/@...

I keep wanting to post here more but twitter has such a pull on me it's easy to forget that mastodon exists :(

I hope to try more :P

1.8.2023 16:31I keep wanting to post here more but twitter has such a pull on me it's easy to forget that mastodon exists :(I hope to try more :P
https://mastodon.gamedev.place/@...

How are we all doing here on M?

https://mastodon.gamedev.place/@...

How are we all doing here on M?

28.7.2023 20:24How are we all doing here on M?
https://mastodon.gamedev.place/@...

Sorry I haven't kept up on mastodon it's much harder to have a presence on two websites at once than I thought :(

https://mastodon.gamedev.place/@...

Sorry I haven't kept up on mastodon it's much harder to have a presence on two websites at once than I thought :(

28.3.2023 22:26Sorry I haven't kept up on mastodon it's much harder to have a presence on two websites at once than I thought :(
https://mastodon.gamedev.place/@...

It's felt so weird to not have made anything in PICO-8 the past few days... Might have to throw something together for #globalgamejam...

https://mastodon.gamedev.place/@...

It's felt so weird to not have made anything in PICO-8 the past few days... Might have to throw something together for πŸ‘€

5.2.2023 06:04It's felt so weird to not have made anything in PICO-8 the past few days... Might have to throw something together for #globalgamejam...
https://mastodon.gamedev.place/@...

And with that, it's over...31 pieces of art made over 31 days...It was really tough, but also really fun!I now plan to use the time I...

https://mastodon.gamedev.place/@...

And with that, it's over...
31 pieces of art made over 31 days...
It was really tough, but also really fun!
I now plan to use the time I would've used on to finish my upcoming game Half Hour Hexagon.
Thank you all 😊
- "Remix one of your previous works"

31.1.2023 21:53And with that, it's over...31 pieces of art made over 31 days...It was really tough, but also really fun!I now plan to use the time I...
https://mastodon.gamedev.place/@...

z={}r=rnd?"\^!5f10β™₯βŒ‚β¬…οΈ3"add(z,{x=r(128),y=r(128),d=.25*(r(4)\1),s=.01+r()/2})cls(0)::_::for...

https://mastodon.gamedev.place/@...

z={}r=rnd?"\^!5f10β™₯βŒ‚β¬…οΈ3"
add(z,{x=r(128),y=r(128),d=.25*(r(4)\1),s=.01+r()/2})
cls(0)
::_::
for i=1,100do
x=r(128)y=r(128)
pset(x,y,max(pget(x,y)-1))
end
for m in all(z)do
m.x+=cos(m.d)*m.s
m.y+=sin(m.d)*m.s
if(r()<.1)m.d+=r({.25,-.25})
pset(m.x%128,m.y%128,3)
end
goto _

30.1.2023 19:29z={}r=rnd?"\^!5f10β™₯βŒ‚β¬…οΈ3"add(z,{x=r(128),y=r(128),d=.25*(r(4)\1),s=.01+r()/2})cls(0)::_::for...
https://mastodon.gamedev.place/@...

Here's a super minimalist worm simulator #tweetcart for today's #genuary πŸͺ± (You can add more worms by duplicating line 2)#pico8...

https://mastodon.gamedev.place/@...

Here's a super minimalist worm simulator for today's πŸͺ± (You can add more worms by duplicating line 2)

30.1.2023 19:01Here's a super minimalist worm simulator #tweetcart for today's #genuary πŸͺ± (You can add more worms by duplicating line 2)#pico8...
https://mastodon.gamedev.place/@...

Today's #genuary taught me I really really REALLY like this colour palette 😍#pico8 #genuary29 - Maximalism

https://mastodon.gamedev.place/@...

Today's taught me I really really REALLY like this colour palette 😍
- Maximalism

29.1.2023 23:18Today's #genuary taught me I really really REALLY like this colour palette 😍#pico8 #genuary29 - Maximalism
https://mastodon.gamedev.place/@...

Today's #genuary had me stumped for a bit, but then I ended up with this fun and inspirational little jibberish generator. Most of what...

https://mastodon.gamedev.place/@...

Today's had me stumped for a bit, but then I ended up with this fun and inspirational little jibberish generator. Most of what it generates is meant to be humorous, but sometimes you'd think it was actually trying to talk to you πŸ‘€
- "Generative poetry"

28.1.2023 21:25Today's #genuary had me stumped for a bit, but then I ended up with this fun and inspirational little jibberish generator. Most of what...
https://mastodon.gamedev.place/@...

g=128r=rnd?"\^!5f10β˜‰07β—β–ˆβ–’β¬…οΈβŒ‚β–‘8웃;<"::_::x=r(4)-2y=r(4)-2dy=y+.8d=x*x+dy*dyc=2if(d<.4)c=3if(d<.01+sin(t()/8)/99)c=4if(d>1.4)c=1if(d>1.8)c=0if(c~=0and...

https://mastodon.gamedev.place/@...

g=128r=rnd?"\^!5f10β˜‰07β—β–ˆβ–’β¬…οΈβŒ‚β–‘8웃;<"
::_::
x=r(4)-2y=r(4)-2dy=y+.8d=x*x+dy*dy
c=2
if(d<.4)c=3
if(d<.01+sin(t()/8)/99)c=4
if(d>1.4)c=1
if(d>1.8)c=0
if(c~=0and x>0)c+=4
circ(x*32+64,y*32+64,1,c)
if(r()<.05)a=.65+r()*.20x=64y=48line(x,y,x+cos(a)*g,y+sin(a)*g,a*16-1)
goto _

28.1.2023 01:51g=128r=rnd?"\^!5f10β˜‰07β—β–ˆβ–’β¬…οΈβŒ‚β–‘8웃;<"::_::x=r(4)-2y=r(4)-2dy=y+.8d=x*x+dy*dyc=2if(d<.4)c=3if(d<.01+sin(t()/8)/99)c=4if(d>1.4)c=1if(d>1.8)c=0if(c~=0and...
https://mastodon.gamedev.place/@...

Another #tweetcart/#tootcart for all of you this #genuary! Sad that our time must come to end in a few days, but I hope you've enjoyed...

https://mastodon.gamedev.place/@...

Another /#tootcart for all of you this ! Sad that our time must come to end in a few days, but I hope you've enjoyed so far :)
- "In the style of Hilma Af Klint"

28.1.2023 01:24Another #tweetcart/#tootcart for all of you this #genuary! Sad that our time must come to end in a few days, but I hope you've enjoyed...
https://mastodon.gamedev.place/@...

#pico8 #tweetcart #tootcart #genuary26 - "My kid could have made that"x=rnd(128)y=rnd(128)d=rnd()cls(7)::_::for i=1,100...

https://mastodon.gamedev.place/@...

- "My kid could have made that"
x=rnd(128)
y=rnd(128)
d=rnd()
cls(7)
::_::
for i=1,100 do
pset(rnd(128),rnd(128),7)
end
s=3+sin(t()/8)*(2+cos(t()/16))
d+=(rnd()-.5)/10
x+=cos(d)*s
y+=sin(d)*s
circfill(x%128,y%128,2,0)
flip()
goto _

27.1.2023 00:08#pico8 #tweetcart #tootcart #genuary26 - "My kid could have made that"x=rnd(128)y=rnd(128)d=rnd()cls(7)::_::for i=1,100...
https://mastodon.gamedev.place/@...

I had never heard of this artist, but I was inspired by the colours and patterns I noticed in their works.#pico8 #genuary25 - "Yayoi...

https://mastodon.gamedev.place/@...

I had never heard of this artist, but I was inspired by the colours and patterns I noticed in their works.
- "Yayoi Kusama"

26.1.2023 01:28I had never heard of this artist, but I was inspired by the colours and patterns I noticed in their works.#pico8 #genuary25 - "Yayoi...
https://mastodon.gamedev.place/@...

Time to try out a new colour palette this #genuary >:)#pico8 #genuary23 - "More MoirΓ©"

https://mastodon.gamedev.place/@...

Time to try out a new colour palette this >:)
- "More MoirΓ©"

23.1.2023 18:55Time to try out a new colour palette this #genuary >:)#pico8 #genuary23 - "More MoirΓ©"
https://mastodon.gamedev.place/@...

#pico8 #genuary22 - "Shadows"

https://mastodon.gamedev.place/@...

- "Shadows"

22.1.2023 19:32#pico8 #genuary22 - "Shadows"
https://mastodon.gamedev.place/@...

More SDF fun this #genuary >:)I think there's something under the rug... 😳#pico8 #genuary21 - "Persian Rug"

https://mastodon.gamedev.place/@...

More SDF fun this >:)
I think there's something under the rug... 😳
- "Persian Rug"

22.1.2023 00:39More SDF fun this #genuary >:)I think there's something under the rug... 😳#pico8 #genuary21 - "Persian Rug"
https://mastodon.gamedev.place/@...

Was still feeling the black and white prompt from yesterday's #genuary πŸ˜…#pico8 #genuary20 - "Art Deco"

https://mastodon.gamedev.place/@...

Was still feeling the black and white prompt from yesterday's πŸ˜…
- "Art Deco"

20.1.2023 23:31Was still feeling the black and white prompt from yesterday's #genuary πŸ˜…#pico8 #genuary20 - "Art Deco"
https://mastodon.gamedev.place/@...

I had fun playing with ink for today's #genuary 🎨#pico8 #genuary19 - "Black and White"

https://mastodon.gamedev.place/@...

I had fun playing with ink for today's 🎨
- "Black and White"

19.1.2023 22:45I had fun playing with ink for today's #genuary 🎨#pico8 #genuary19 - "Black and White"
https://mastodon.gamedev.place/@...

#pico8 #genuary18 - "Definitely not a grid"

https://mastodon.gamedev.place/@...

- "Definitely not a grid"

18.1.2023 23:55#pico8 #genuary18 - "Definitely not a grid"
https://mastodon.gamedev.place/@...

#genuary has been a ridiculous amount of fun but I'm also very excited for it to be over so I can take some time to cool off πŸ˜…#pico8...

https://mastodon.gamedev.place/@...

has been a ridiculous amount of fun but I'm also very excited for it to be over so I can take some time to cool off πŸ˜…

17.1.2023 17:47#genuary has been a ridiculous amount of fun but I'm also very excited for it to be over so I can take some time to cool off πŸ˜…#pico8...
https://mastodon.gamedev.place/@...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   DatenschutzerklΓ€rung  Impressum
Webfan | @Web pages | Fediverse Members