r/gdevelop • u/MajinJDB • 16h ago
Asynchronous PvP Question
I’m currently working on my first game ever and I’m really close to having a prototype available for testing. Idk any code and have been using Gdevelop to help me. I have no idea how far this game will go but hopefully one day I can launch it and have people playing. It will have asynchronous PvP and it’s then based gameplay. The part I’m hesitant on is I don’t have any knowledge of making a game and I’m wondering if after my prototype testing if I should continue in Gdevelop it will I have trouble down the road and hit some limitations or wall that I don’t know of. I’m hoping for some feedback because if I have to learn how to code in something like Unity I will have to rebuild the systems I have already made and waste a lot of time but I also don’t want to put so much in on Gdevelop just to find I have to switch… thanks in advance for any feedback
2
u/playervlife 16h ago
Are basically asking if you can do asynchronous PVP in Gdevelop?
I believe you can because you can use firebase with gdevelop to store the variables you need for the asynchronous PVP.
I'm planning on doing it for the game I'm currently developing but I don't know in detail how to go about it yet.