How would i make a 2d platforming boss battle?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Zubayer

I’ve tried many times to make a 2d boss battle so much that I am on this page making
This question.

:bust_in_silhouette: Reply From: gonzo191

Hmm it seems you just need to understand the basics behind boss battles. In order to understand the concepts, I’d suggest checking out one of the many tutorials in other game engines on the subject.

For instance:
RealTutsGML - Epic Boss Battles (Game Maker Studio 2)
GamesPlusJames - Boss Battle Time! (Unity)

They go over concepts such as AI, State Machines, Player Interaction just to name a few. Though not godot related, once you understand the basics of godot translating what’s presented to gdscript shouldn’t be much of a daunting task.

Thanks for the help.

Zubayer | 2018-07-02 18:06