Email or username:

Password:

Forgot your password?
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.

5 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

@rezmason the sounds are simple, I converted them to 8-bit unsigned pcm files that I'm playing with the Audio device.

I have to rewrite the music, which I'm kind of looking forward to :)

Go Up