Email or username:

Password:

Forgot your password?
2,445 posts total
Devil Lu Linvega

Now that the game loop is done, we've started adding sounds, Easter eggs and complete the implementation of the remaining assets and animations.

I've just added the Hundred Rabbits splash screen to the game, which was made by @alderwick!

Devil Lu Linvega

The #uxn release of the game is an attempt to fend off bitrot and allow for this little game to still be playable in the future. We will ship the game rom with the documentation and code needed for anyone to write their own emulator on the platform of their choosing.

The entire game and all its assets is about 70kb zipped, we will also make an executable where the rom is wrapped within an emulator that will be in the 300kb range.

The original version of this game was nearly 200mb.

R. L. Dane :debian: :openbsd:

@neauoire

Gives me "The Manhole" vibes.
Also some monochrome VIC-20 games.

What format was the 200mb version in? Flash? Director?

That's an amazing amount of efficiency (in encoding) gained.

@alderwick

Devil Lu Linvega

Watching our friend and neighbor use an iPad:

Each touch seems to also trigger some sidebar opening, accidentally locking the screen, Oh, now we're back on the desktop, please login to your iClo-

*takes out a piece of graph paper pad*

"Here, I'll just draw it for ya.."

Show previous comments
mcc

@neauoire Remembering the last time I tried to use a current-gen ipad and was unable to figure out how to unlock it because there's like a secret swipe they added after I switched to iPad

Also remembering back when Apple were the company that insisted on using a single mouse button because if there are two, the user would have to just *know* what the second one does, and what if no one explained it to them?

Henri

@neauoire I have had that happen when the screen is dirty, it is getting phantom touches from the edges.

hinzundcode

@neauoire it only gets worse and worse. each update adds new gestures and it seems like nobody tests them all together. I accidently trigger quick notes all the time just because I dare to touch the bottom right part of my ipad

Devil Lu Linvega

Tried starting a 16HP diesel engine by hand, can't do it..

Devil Lu Linvega

✅ Completed first Oquonie playthrough.

mcc

@neauoire I actually never got a chance to play this at original release, so I'm looking forward to potentially getting to play it in a browser lol

Show previous comments
sara

@neauoire I’m curious what the overall file size is headed towards in comparison between the two “versions”. I’d imagine it’s gotta be more crunched on the #uxn implementation.

Albert

@neauoire beautiful, both the new LD and original HD (:

inscript

@neauoire This sounds like a not-too-distant future of what the private utilities are doing in rural California. They call them "planned public safety power shutoffs." The utility company doesn't want to be sued for their faulty equipment that's caused numerous fires, so they mitigate their liability by shutting down a different town every few days. Folks have a hard time finding affordable ways to cope as it's more their homes than their workplaces that are effected.

abortretryfail

@neauoire
Honesty sounds kind of nice. 2 hours every 8 without electronics producing noise and distraction. 🤔

dimanech

@neauoire Ukrainians adapts to 5-6 without 2-3 with electricity schedule during this autumn-winter. Powerbanks, 5 to 12v adapters, disel/solar generators, power stantions, starlinks/optofiber is constant faithful companions.

Devil Lu Linvega

A tiny(220 bytes) checksum program for your #uxn rom needs, originally written by @d6.

Checksum is a number that is unique to a file based on its content, so any change in that number, will change the checksum result. It's useful to find out if a file, during a transaction, was changed or damaged in some way.

git.sr.ht/~rabbits/sketches/tr

narF 🎲

@neauoire wait, on peut lancer des apps de uxn direct dans le CLI sur Linux?!

Max Cahill

@neauoire @d6 fwiw while this is good and tiny stuff is important you do definitely want to be careful what you use it for. checksums are often used in a security context and are really easy to screw up in problematic ways.
Gonna pick up random damage? probably.
Tampering (eg if this were used in a p2p filesharing context), probably not.

Devil Lu Linvega

A few years ago, @rezmason and I, designed this automated testing of the game Oquonie. It plays itself, the player collides with every event, and triggers every animation, it makes sure the game is playable from beginning to end. Implementing this at the assembly level was pretty fun.

Show previous comments
efelbar

@rezmason @neauoire ah, getting ready for the Oquonie 100% tool-assisted-speedrun i see :Þ

rezmason

@neauoire btw I thought of another question! 😄 What's your plan for adapting the music and sounds for Varvara? 🎶

Devil Lu Linvega

For the game we're working on, instead of going for a sort of JSON/YAML/CSV-type of serialization, I've rebuilt the world entirely in uxntal's native words, and it makes for a pretty neat definition of the map. A bonus is that the assembler flags all unused labels and so makes sure that every room is connected to the rest of the world.

I had doubts in the beginning, but it turned out fine. 💯

git.sr.ht/~rabbits/oquonie/tre

Devil Lu Linvega

While porting Oquonie, I keep finding bugs in the original..

[DATA EXPUNGED]
Devil Lu Linvega

"Hopefully, eventually, a small compiler implemented in Uxntal for a statically typed functional language running on #uxn."
codeberg.org/wimvanderbauwhede

WimⓂ️

@neauoire Thanks for the boost! I'm plugging away at this at a rate of ~half an hour first thing in the morning; and sadly I am not a morning type. So it will be a while before there is anything tangible.

Devil Lu Linvega

« C’est cet ensemble des tentatives modernes pour perpétuer le colonialisme sous couvert de “ liberté ” que l’on appelle le néocolonialisme »
thx.zoethical.org/pub/presence

Devil Lu Linvega

Everyday we have freshly sprouted legumes. We love it because we can carry them dried and rehydrate them months later. Today's mixtape is lentils, radish and fenugreek.

grimgrains.com/site/sprouting.

Show previous comments
n3wjack

@neauoire funny, "legume" in French just means "vegetable", so this read a bit confusing to me (not that my french is that good).
But types of beans, peas, etc apparently. TIL.

Jack Rusher

@neauoire The radish ones are my favorites. We use them as toppers on all sorts of dishes 😋

Anaëlle Overlin

@neauoire it looks so cool (in addition to it looking delicious and interesting to me since I have never had any)

Go Up