Will a dancing line game be possible in GDevelop

Ever since I got GDevelop I always wanted to make a Music Game like Dancing Line (a music game that was made by cheatah mobile and boombit) but however I have not seen any tutorial videos on how to make one nor have I seen any dancing line game made on GDevelop, is there anyway I can make one from scratch from the levels, skins, gems, crowns and the line itself?

Hi @SuperEthanD and welcome on this forum!

It is undoubtedly possible to do what you want but, personally, I do not see the details of what you want to do!

Details would undoubtedly be necessary and also, be care to well define your question.

A+
Xierra

1 Like

I would do it this way:
For each track, I would create an array.
During the game, I would run a timer.
Every time the timer reaches one of the beats listed in the array, it triggers the event.

To create the array, the simplest way would be to open the audio file in an editor like SoundForge and write down all the beats in a notepad.

As for the other elements, you can use the asset store by clicking on + in Scene Objects.

1 Like

I came here for line dancing! I’m leave disappointed…but @Ondaluce that could be useful for tying animations to speech too! Hmmm…

2 Likes

I don’t think it’s a genre that I could get into but there is harmony and balance and perfect timing.

I don’t know if events are triggered by elapsed time of the music or if they are triggered by hidden objects that the player collides with which act as triggers. The trigger approach might be more forgiving instead of syncing to music. IDK. There’s a lot of choreography.

1 Like

Hi!

This concept of this game (which I did not know) is interesting.

A+
Xierra

1 Like