16 lines
919 B
Markdown
16 lines
919 B
Markdown
{{{
|
|
"planted": "2/7/2021",
|
|
"repotted": "12/10/2025",
|
|
"nobreak": "true"
|
|
}}}
|
|
|
|
* If I'm going to have datacarts, I might as well have a little fun with them😉
|
|
#pico8
|
|
|
|
<video width="100%" autoplay loop muted>
|
|
<source src=media/2_7_2021.mp4 type="video/mp4">
|
|
https://twitter.com/ValerADHD/status/1358503632514220032
|
|
</video>
|
|
|
|
*gardener's note: I wasn't able to find the original .gif for this one :( I embedded the compressed twitter video, hopefully I'll fix that eventually. This tweet is also a great example of the rapid scope creep of this project--can't be bothered to fit levels into the original cart? just put them into a new cart (parts of Pico-8 memory persist on cart loading--so you can create "datacarts" that just read a bunch of data from their spritesheets/maps/memory into that persistent area and reload the original cart). I wrote a whole compression/decompression tool to do it too.*
|
|
|