0 votes

Hi everyone!

I'm developing a game that should provide the multiplayer mode and virtual objects purchasing.

About that, I have two questions to ask.

Multiplayer mode: in case I had the ambition to involve a large number of players, I'll be inevitably forced to spend money to rent servers, or there is a free solution?

Objects purchasing: in Godot, is it possible to develop a purchasing function even for pc games, or that's applicable only to in-app products?

Thank you for your answers!

Godot version 3.3.4
in Engine by (96 points)

1 Answer

+1 vote
Best answer

1° - Free... No, you can use Heroku free plan but that is only for non-commercial apps.
2° - Theoretically yes you can. Do you want to create an e-commerce with Godot? If you can do that out of Godot than you can also do that within Godot. But there are no previous cases that you can use as base to simplify the process.

I must warn you about one thing, the high-level multiplayer API is not the best way to create an online game. That can be safely used only for LAN games (where you, as the dev, has nothing to lose with cheats/hacks).

by (254 points)
selected by

Thank you so much! :-)

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.