Worklog for meemoeuk - Seltra (c:f


👉Blast3D is now FREE👈

Support Future Updates by Becoming a Blitz Backer on Patreon.

 

Tweet worklogs
meemoeuk

This is the worklog for Seltra, a block automata logic game that is my hobby project.

The project is currently secret, but I will unveil it soon, here on this worklog

I started this project last year, then stopped, now I've picked it up again, and the 1st goal is to get it to minimum presentable standard of graphics and functionality. Nearly there. Then can start looking at whats next.

I wonder if I'll ever make £millions from this?
I don't curently know how I'm going to make it multiplayer online, which seems to always be a bonus wrt sales these days. Guess just give everyone the same objective and put on the same team, like Factorio does.

My Seltra code took a battering the last 12 months. I decided to reject the broad object orientated paradigm and revert to storing all the block infos on single ULongs; in which case I can greatly reduce the amount of object orientated code, its more array and bitwise manipulation. My goal this year is to get back to where I was last year in terms of core-engine functionality.

ok, this is what Seltra looks like. A block logistics environment, where blocks move around and whack into each other and interact depending on their type.

I will hopefully be working on it from now on.