Let's call it a day! I added animations to our hero, and more effects here and there. I stopped at 8pm to make dinner and watch Lilo&Stich with my family. More tomorrow! Don't forget to rest, it's important too!
At Crossplay, I finally wrote about Paw Patrol, and how it intersects with the everyday copaganda kids are exposed to at school and elsewhere https://patrickklepek.substack.com/p/the-paw-patrol-question
this is important to note: if you come across a Discord CDN url outside of discord, please please please archive it
"The Kid"
Achievement unlocked! Your kid is an adult now.
278 character long source below
#pico8 #tweetcart #codeart #generative #pixelart #sizecoding
fillp(β\1)::_::f=sin(t()/8)?"\^1\^c1\^!5f11567βμ:;π>9β₯β<"
for k=0,5do
j=k%3for i=0,1.04,.005do
x=32*sin(i)y=x*cos(i)r=9-j*3
if(k>2and.5>i)x=f*4*i+f-52y=f*4+y*1.5
c=4+(i*16)%5+j*5
c=c+(c+.5)\1*16
if(j>1)c=51j=3r=3*cos(3*i+f/8)
circfill(80+x-j*f,64+y+f*4,r,c)
end
end
goto _
I decided to create my own take on the #PICO8 "Cheet Sheet" with a 4K resolution + clean, modern look π¨βπ»πΌοΈ
FEATURES:
π₯οΈ 4K Resolution
π Crisp, Monospaced Font
PICO-8 API v0.2.5g
π¨ BOTH Palettes
π¦ "Light" and "Dark" variants
β¨οΈ Main Keyboard Shortcuts
ποΈ FILLP Mask+Glyph Patterns
π Turn-Based Angle+Trig Primer
ποΈ Full Character Set
πΊ Glyph+Constant Values
+More...
See BBS link below for high-res .PNG + .PDF exports, enjoy! π€
π https://www.lexaloffle.com/bbs/?tid=54246
If you're learning #godot, you're going to need this.
Source: https://raheelyawar.medium.com/godot-script-lifecycle-52607bf320b9
A wild sale appears - 25% off on everything!
It is the end of the month, so why not? Go get some pixelated goodness at bargain prices!
@pup_hime jar jar binks in a valve videogame remake, call that Black Meesa
@vile first it's using discord as a wiki and now this? I get it's convenient to dump stuff into a discord channel but it's not exactly public, especially if one does not have a discord account.
I've started working on a little tool for creating retro games.
It consists of a C-like language with automatic garbage collection, and a runtime with a 320x240 color indexed display.
Can be run from cmd line, or as a vscode extension, which also gives you symbolic debugging.
The whole thing is written in C++ and SDL2, so should (eventually) be able to export to a bunch of platforms including Web Assembly.