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.
Using Lobo's Hop, Potato! icon as a bookend for a stack of documents; 1. easy to see where the end is when shuffling through with the mousewheel, and 2. looks like a snake.
#picotron
I'm preparing to release #picotron 0.3.0c which includes web player logins for LXO accounts ("Lexaloffle Online") ~ any #pico8 and #voxatron users automatically have LXO and can also post highscores etc.
More Info: https://www.lexaloffle.com/lxo.php
So, I added the walk animations, collisions (with bump.lua) and an experimental transparency for objects way too close feature.
The latter is being extremely expensive on the CPU because Picotron shenanigans. I have to do something about that (and generally the whole overuse of sspr)
Addendum: I decided to only dither the biggest objects. No need for stuff like grass for now.
boosted[WIP] #picotron 0.3.0c podnet running on the BBS. Watching the web app sync with changes made from the binary is pretty satisfying.
I'm still fighting over how to properly map the map on the cylinder. I believe the dots are well placed as they're just rotating over an axis projected with a perspective projection matrix. No view matrix.
Still, I don't know what I'm missing to make the cylinder mapping. I feel like I'm close but I can't figure it out.
#picotron 0.3.0b is up -- a few bug fixes + cartridge updates: when a newer version of a cart is detected, a popup offers to update the .loc / splore .list location. https://www.picotron.net
Changelog: https://www.lexaloffle.com/dl/docs/picotron_changelog.txt
@369369369 made a great NOKIA3310 Snake clone within #picotron - with scoresub! Finally some cool titles! Try beating my score :P
https://www.lexaloffle.com/bbs/?pid=186388#p
boostedOptional cartridge version checking for #picotron 0.3.0b -- there is no "installing" so updating means rewriting the .loc or .list file's bbs:// location (works when launching from filenav or splore).
Made another little scoresub thingy for #picotron
DOODLE DUCK
I'm REALLY enjoying working with scoresub and I'll probably create a little scoresub quickstart guide soon-ish. Until then:
Can't wait to see you on the leaderboard!
https://www.lexaloffle.com/bbs/?tid=155753
#gamdev
Scoresub for #picotron is out!
Getting it to work with my MAKETEN clone "TenSum" was surprisingly easy.
I wasn't able to claim the top spot on the highscore board yet, but I'll keep trying.
Can't wait to play around with scoresub some more to create all kinds of online-ish projects. Asynchronous multiplayer games, highscore hunts etc.
boostedThe pinnacle of multi-user entertainment: boink.p64
// still working through some gritty last-minute issues getting the backend online for #picotron 0.3 ~ thank you all for waiting
o( _ _ )o
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!
#Picotron is my game engine of choice and my favorite computer. I'd love for more people to try it, and I hope that creating little tutorials will lower the boundary.
This video is about creating your very own desktop background, feel free to let me know what other stuff you'd like to see. Maybe I'll do a survivorslike next :)
boostedPublishing a webpage in #picotron 0.3 by dragging it into podnet ~ each user has write and listing permission for podnet://{userid}/*