
zep.p8
@lexaloffle
I'm at @picopicocafe making fantasy consoles and trashgifs.
#pico8 #voxatron #picotron #tweetcart
http://www.lexaloffle.com26-05-2009 04:40:48
14,3K Tweets
22,7K Followers
2,9K Following

For today's #screenshotsaturday, I want to take you on a trip through memory lane and show off the procedurally-generated planet closeups in Slipways evolved. 🚀
This is how they look today, but we'll be going as far back as 2017 in the🧵below!
#gamedev#indiedev#indiegame



i wrote about Mini Maker: Make a Thing, and the way creativity is approached in games that empower creation...
'When software makes you laugh! (…creativity as a mechanic, how it exists in games, and the ethics of either empowering or exploiting creation)' nathalielawhead.com/candybox/when-…




I always end up making a halfpipe while testing #doodlemud, so might as well add a collectable skateboard sticker.

A bittersweet #screenshotsaturday for me today as #SlipwaysGame, my constant companion for the last three years, is now officially, completely done! 💪
Still can't believe how much it grew, from its humble #pico8 origins to the successful #indiegame it is now! 🥲



e,t=0,0
::_::
if(t%3<.1)e,f=t,e
p=mid(0,1,t%3)
t+=.1
cls()
for i=0,128,5do
srand(f+i)
a=flr(rnd(2))*5
srand(e+i)
b=flr(rnd(2))*5
o=(1-p)*a+p*b
for j=-o,128,10do
line(i,j,i,j+5,14)
line(j,i,j+5,i)
end
end
flip()
goto _
--#tweetcart#pico8#pixelart#Hitomezashi