Collin The Newmaker

@collin_the_newmaker
31 Followers
6 Following
70 Posts
uni student
awkwardly social version of myself:https://spacehey.com/newmkr
my UNREEEAL_SUPERHERO_3.XM COVER!!! + demo #Pico8 #Demoscene #Trackermusic

Single step raycaster experiment accidentally generated an anxiety dream with some impossible spaces. Too confusing to use in game, but a fun diversion.

#pico8

The light inside of a microwave oven is just a trick on your sceptical human brain. It's not made just so you can ensure that the food is just spinning in there and not flying off into the cosmic void for a reheat. Think about it: the microwaves don't _need_ the light to heat your leftovers. But wouldn't it be weird to place your food in an ominous humming box for it to magically come out warm? So they added lights, because naturally light means heat, which is more believable.
Okay, I admit it, I just like abstract pillars in abstract metareal spaces - my entire art direction was shaped by smash hit the game
#Pico8
#Pico8 #Sizecoding #Postcart
Nothing special today. Or? Can a simple flower be special?
--flwr4u!
function _draw()
cls(12)
local size=sin(t()/5)*5
for ia=0,0x0.ffff,1/7 do
local d=28+size*2
local a=ia+t()/4
circfill(64+cos(a)*d,64+sin(a)*d,15+size,7)
circ(64+cos(a)*d,64+sin(a)*d,15+size,0)
end
circfill(64,64,20+size,14)
circ(64,64,20+size,0)
end

I wrote up some of the new major features of the just announced #picoCAD 2 for my newsletter. Take a look if you want the juicy details! https://buttondown.com/apskeppet/archive/announcement-picocad-2-is-coming/

#gamedev #3d #lowpoly

Announcement: picoCAD 2 Is Coming!

Hey there,thanks for reading the newsletter! Today I’ve got something special — picoCAD 2 is officially in development.It’s been quietly tested by a special...

Apskeppet Newsletter

The Genie loved joking around with the gullible. He also had to love the riverbed where his pranks often landed him
326 chars (unfortunately)
#Pico8 #Sizecoding

::★::z=sin srand()cls(1)c=circfill q=64
c(q,q,38,12)c(q,q,9,7)for y=9,99 do
memcpy(24576+y*q+z(y/8+t()/5)*3*rnd(2),24576+y*q,q)end
function d(x,y,a,s,i)if(s<0)return
c(x,y,s,0)o=z(i+t()/15)*(z((t()/50)+rnd())/5)d(x+cos(a+o)*s,y+z(a+o)*s,a,s-0.5,i+0.1)end
for a=0,1,0.1 do
d(q+cos(a)*92,q+z(a)*92,a+0.5,9,rnd())end
flip()goto ★

Using #foss to make an old-skool game manual, ignore Paul
#Pico8
To avoid burnout went on a sidequest of making wallpapers based on my game. Unfortunately, i did that by transferring some game code to picotron to render, so it only added to my burnout. The upside is that i now have a bonus picotron animated wallpaper (eats 60% of the virtual cpu)
#Pico8 #Picotron #Pixelart