social.heise.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Der Mastodon-Server von und für Heise Medien und insb. die Nachrichten von heise online.

Serverstatistik:

37
aktive Profile

#godot

13 Beiträge5 Beteiligte8 Beiträge heute

Hey I'm still looking for work.
I've applied to a lot of places in my area and I'm getting nothing.

I'm a programmer at heart, but I've also been looking for regular entry-level jobs because there haven't been any coding positions open at my level as far as I could tell.

If you can offer me a job, it might save my butt. And if you can't offer me a job, could you at least share this post?

I live 30 minutes away from Bellevue if that helps.

Fortgeführter Thread

I know Kung Fu 🥋

And when I say Kung Fu I mean making a basic Behaviour Tree in Godot 4. This past week I have been quite busy wrapping my head around it, as I struggled quite a bit understanding how to organise and separate the different bits of enemy logic in the project.

I made a simple AI (of the good variety) that consist of the different behaviours:
- Wander inside an area
- Detect Targets
- Chase
- Attack
- Flee
- Center the move area

#godot#ai#BTs
Fortgeführter Thread

Alright, since the last update a couple of things have happened:
First, I added some hit boxes to the player character. Then I wrote a system that checks for collisions when using attacks. Lastly, I have been working on some "enemies" and some feedback effects to check whether hitting stuff with the hammer feels fun and rewarding.

It looks quite promising so far, but I have noticed that aiming at enemies can be tricky at times, so I am going to focus on fixing that next.

Fortgeführter Thread

I updated the character controller to use a state machine as well, and I cleaned up the animation tree a little bit following advice from the replies.

Using the state machine for this controller has eased A LOT the development process. Less bugs, easier to scale and maintain. I can't wait to keep adding new stuff!

So far, since the last update, I added:
- Aerial attacks
- Hammer Throws
- Dolphin dives
- Momentum to certain player moves

#Godot#Gamedev#Game
Fortgeführter Thread

This is my first time using the 'AnimationTree' node, and let me tell you, it was a mess as each new animation complicated my state machine more and more. Hopefully once every mechanic is implemented I will find a way to clean it up, as I am sure I won't be able to maintain this the moment I start working on some other part of the project.

Any suggestions or learning resources is welcome

#godot#animation#gamedev

For the last couple of days I have been working on this. A prototype for a 3D platformer/ adventure game where players take control of a fella with a humongous hammer.

I am still working on the basic controls for the player character, but I already like how it is shaping. Hopefully next week I will have them all ready to start creating some enemy/environment interactions.

#godot#gamedev#indiedev