Also releasing soon is a remake of UI Pack originally released in 2014. It's due for an update! I won't be changing the visuals but instead make sure sprites are larger & uniform in size. Will also add new things, feel free to suggest! #gameassets
COVID hasn't magically gone away. #COVID has transitioned from a short-term emergency into a long-term tragedy. This means that leaders need to be taking sustainable action to address it, not ignore it.
(@2DArray Β· Jan 8, 2018)
Smoother
d={0,8,2,10,12,4,14,6,3,11,1,9,15,7,13,5}z={}for o=0,15 do
p=0
for b=0,15 do
if(d[b+1]<o)p+=2^b
end
z[o]=p
end::_::x=rnd(128)y=rnd(128)dx=x-64
dy=y-64
c=(atan2(dy,dx)*16+t()*4)%16
c*=(dx*dx+dy*dy)/4000
f=c%1
c-=f
fillp(z[flr(f*16)])circfill(x,y,1,c+c*16+16)goto _
https://pico-8-edu.com/?c=AHB4YQEHAN5Hn-MWNxxwS3FGcUaUJE1ySNEkySnFJUUUFEVxTJHckhxTNFUSvcZj5Hlz_RO8wg1JtuCKZiOae4QsaxxzuqPvT88pr65OGrn7svymPuvHDk8Hrn_EvhkaqPu2tsptwe1F8BbRUhyvrExsrjyGk7M0LY4bXV3Juq7wyQMk9QO8RDHQR2G4muT9fRMDc3WaZQvJdWE4MdFNlHUdJUmd9FGSxBfmo4EUQdr2fd6sVJtRMfoMwdrG4mJWrVWNdsDCYFGnWWKbbGdqRdkgGip8UVjjDSbHit1N&g=w-w-w-w1HQHw-w2Xw-w3Xw-w2HQH
#Pico8 #TweetCart
(@2DArray Β· Jan 8, 2018)
Realtime volumetric cube approximator
local p={0,1,2,13,14,9,10,15,7,7}
a=abs
::_::
local u=rnd(2)-1
local v=rnd(2)-1
local d=0
local c=sin(t()/8)*7
for i=5,15,1 do
if(max(a(u*i+c),max(a(v*i),a(i-10)))<5)d+=1
end
circfill(64+u*64,64+v*64,1,p[d])
goto _
https://pico-8-edu.com/?c=AHB4YQDWALTH33-10c3oA5z0FncccUhxSZGckiS3JAcVjR2uSe4pitcYG6iLw18hOio4vAgStbB36J7hFa6-aOSkqzYM_RCGd1YOWXMtGXiDOH6IIj7tuOSypZEnGF3ZrPs5cZGVaKQru7J-h7WnaJJia6C7bmhj0WxbWRZFZRmNTYx1QXDhSjKSz3Qjj7CWNRP1UrLTLAcLF_7mQztRtOODIZ8sJNMPsPAEMxuvsDdaLA4D&g=w-w-w-w1HQHw-w2Xw-w3Xw-w2HQH
#Pico8 #TweetCart
@AdalwinAmillion rye
Don't forget, today is the International Day Against Homophobia, Biphobia and Transphobia.
We won't stand for any of it today, tomorrow or any day! Let us all let our queer flags fly! So much love to our #lgbtqia family! Together we are legion.
someone created a Godot plugin to open Unity packages and prefabs. this is game changing, just imagine reusing your unity assets to port a game to Godot from Unity. https://www.reddit.com/r/godot/comments/13io0bx/load_unitypackage/
My rent went up so:
Hey, you should become a patron and get some of my super cool stuff! I make nerdy games and apps, and I'm currently working on the most advanced jigsaw puzzle app there will ever be!
https://www.patreon.com/SophieHoulden
π° "π π₯π ππππππ₯" π
My entry to #TweetTweetJam 8
βJoin Sir Bounce-a-lot in this (500 Char) #Pico8 platformer to find the Holy Grail, through a treacherous dungeon filled with moving bricks +brimstone! π₯
π² 20x #ProcGen, Multi-Level Dungeons
οΈποΈ 60 FPS Gameplay
π Dodgy Collision & Physics
βπ Multi-Coloured Dungeons
οΈβ»οΈ Auto-Restart on Death/Win
Play FREE on @itchio:
πΉοΈ https://liquidream.itch.io/8th-knight
#ScreenshotSaturday #GameDev
Code below:π
I put together this 500-character musical toy for #tweettweetjam - try it at https://luchak.itch.io/tiny-drops or https://lexaloffle.com/bbs/?tid=52696
Source in reply.