• Register

I make open source software, usually ISC licensed. I seek to make entertaining games and useful tools. My main languages are Rust, JavaScript and Python 3.

Post article RSS Articles
Pivoted

Pivoted

Run Bitch, Run!

Originally I started developing this game in JavaScript/WebGL, and it was going to be an infinite runner going up a tower.

State machine

State machine

Run Bitch, Run!

Today I began work on a state machine for the game to handle transitioning between main menu and playing the game and such. I rewrote my resource loader...