Balleg Devlog Jun 2021
A bit from the fourth prototype level. I posted some gameplay footage here. June Summary: Cleaned up the codebase, deleting features that weren’t in use Revisited actor state management, replacing the clunky and almost…
A bit from the fourth prototype level. I posted some gameplay footage here. June Summary: Cleaned up the codebase, deleting features that weren’t in use Revisited actor state management, replacing the clunky and almost…
Getting some non-Balleg stuff out of the way: I converted Fog Machine and Task Blog from WordPress instances to static HTML pages. They look bad on mobile (or on desktop with a narrow browser window)…
Troubleshooting a function that returns the smallest angle difference between two planes. I finished the conversion from floating point coordinates to a pseudo fixed-point form, where every pixel contains 4096×4096 discrete positions. Finally,…
Some floor and obstacle types now support custom surface arrays with linear interpolation. This month, I finished a teardown and rewrite of the collision and platforming systems that I started in February. I committed…
Testing actor-based obstacles with slope support. I started the month on track, but then went on a long detour to implement more platforming and collision subsystems and make improvements to the build system. On…
Pic from an unfinished fourth beta level. Testing three layers of parallax scrolling in the background (which of course doesn’t come through at all in a still screenshot, oops.) Top-right: player getting hit by a…
A very grey beta level. I procrastinated away most of November, so this month, I made a push to create some playable beta levels. Most changes described here are a byproduct of this work….
Some miscellaneous room prototyping. I made some good progress on high-level design this month, but didn’t get much done that’s tangible or playable. I’m narrowing the project’s scope a bit to help stay focused. I’ve…
Some no-art prototype structures: oscillating pillars with holes at their midpoints, which are constructed from multiple actors. Red regions are hazardous, blue regions are safe to touch. The white region is a hazard that can…
Experimenting with a rolling state for the player’s shot. I spent the first part of this month working on sprite display features. Then I replaced a lot of hard-coded “opponent behavior” stuff (taking damage, what…