romanzolotarev.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
#picotron tip: press shift-ctrl-R to reload a single code tab without resetting the program state.
// 0.3.0e fixes the crash that happens if there's no tab to reload
oops, so I accidentally shipped a WIP version of Neko Puzzle in #picotron 0.3.0d's /system/apps. 😸️
The 1P mode is perfectly playable, but the high score table will switch over to the release version in 0.3.0e. I was surprised to see some visiting players show up in the dev build, heh.
Heads up, the Lexaloffle terms of use will change later this week to disallow genAI content. The proposed update aims to protect the current BBS culture without excluding usability. Any comments welcome (here or hey at lexaloffle dot com). Draft: https://pastebin.com/raw/v8cvrdgv
#pico8 #picotron
I met up with RetroFunTech for a chat about #pico8 and #picotron at @picopicocafe a while ago, and you can listen to it now at:
#picotron 0.3.0d is up. Faster scoresub(), batch scaled sprites, and a whole bunch of little improvements. https://www.picotron.net
Changelog: https://www.lexaloffle.com/dl/docs/picotron_changelog.txt
Testing batch #picotron 0.3.0d sspr() // draw many scaled sprites with a single call by passing a 2d userdata of call parameters. Each row has its own src and dest region + anchoring bits (bottom center in this case).
Going over some of the finer points of #picotron accounts. podnet:// folders can only be listed by the owner, and so filenav reacts to that state change after switching accounts. podnet and scoresub() are arriving Monday-ish, along with PUT and POST fetch() requests. Get your 16x16 user icons ready!