Loading...
18
2 years ago

For day 552 of coding, the ricocheting objects now have basic collision with the player. There is some work that needs to be done as some interesting things will happen based on how the collision happened




0 comments

Loading...

Next up

For day 1261 of coding, I have placed a display of Spikeye's viewing angle in order to have a better look at the viewing functionality

For day 1259 of coding, I am making progress on having facing direction change based on where the player was last seen. I just need to make some recalculations to make it work properly

For day 1260 of coding, I did some recalculations on setting the facing direction. It works better, but something seems off. I'll look closer into it later

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

For day 1264 of coding; in order to remove the stuttering, I made the not seen condition be based on a circle collision instead of the initial triangle collision

What was your favorite demo from the June 2026 Steam Next Fest?

For day 1267 of coding; I have found that being trapped is not isolated to the rock object, and that it occurs when the player enters knockback right next to the object

For 1266 of coding, I've found why there wasn't any damage collision with the green dragon, I'll also have to look into not being trapped in a object from the knockback

LGBTQ+ Game Dev Icons: Maddy Thorson is a lead creator behind TowerFall and Celeste! She also co-founded Extremely OK Games with her friends. She got her start making small games in GameMaker and has also developed romhacks.

For day 1258 of coding; while working to have the facing direction change with the view cone, I've found a weird bug that will likely be gone once I'm done with the changes