Hello. I want to make an online game.
My game will be completely text-based.
Players won't be able to see each other's movements. They will fight by just clicking their names.
In short, this game is like old browser games. You can think like Travian. Or Bitefight.
I tried to do it. I managed to hide the variables with firebase. I tried to use multiplayer plugin for interaction. But I wanted the variable to increase when the peer clicks on an object. I just couldn't do that.
What do you think I should use for such a game?