Game
Acceleroll

1 year ago

Spent the remainder of the night making some fun unlockables (if a bit silly), also spent more time on the remix mode. I added this lava lake section, I think it looks nice (GIF).




1 comment

Loading...

Next up

In the new mode you can find an updated variant of the desert levels! Thick sandstorms, howling winds, fog, limited visibility. Can you make it to the goal safely?

Playing with post processing & a procedural per building tech tree system. This can be built at runtime for every building and can add/remove techs and shuffle them around. It requires adaptivity because entire sub trees can be missing in a game.

Clickity Clack. I love the sound these make. I set it up so every ball collision makes this noise so you get all these super clacky sounds and I love it.

Target is getting a huge rework. I basically rewrote the movement code from scratch. You now have to actually fly and steer to score. It also makes multipliers harder.

Huge progress 🎯! The target minigame touch up is nearly complete. I basically coded the entire thing from scratch. It's really fun now! This is how I wanted it in the game jam but time made it difficult.

#gamedev #platformer #3D #Unity

Apple Silicon (PREVIEW) Announcement and Development Update

In editor footage of controller support on UI

It will only support Xbox controllers natively.

Working on a happiness system. It governs trader speed. It's affected by hunger and building density. Building lots of buildings in close proximity can completely slow a trade line. Also trying out color coding like a grand strategy (green == resource)

What's a trading game without a trading simulation? I may end up having to nerf this due to optimization, as every single trade is simulated. Also different buildings have different stored stats and yield timers, items are also checked for overflow.

Target is getting a minor addition, multipliers! They multiply your score. And yes it is cumulative (all by x2), so a multiplier 4 * this powerup would be 8, thus leading to an x8 score (if you can land safely).