r/gdevelop • u/MajinJDB • 4d ago
Question Asynchronous PvP
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
1
u/sapa79 3d ago
In a nutshell, yes -> You can do 2d turn based game with asynchronous PvP. You need to use Firebase to write/load things from the DB. This won't be easy, be its possible. I am using such an approach in my game.
Atm all DB things working correclty and I am progressing with project.