db0 / godot-card-game-framework

A framework which comes with prepared scenes and classes to kickstart your card game, as well as a powerful scripting engine to use to provide full rules enforcement.
http://dbzer0.com/projects/godot-card-game-framework/
GNU Affero General Public License v3.0
947 stars 100 forks source link

Is it possible to make it multiplayer? #185

Open LarryJane491 opened 8 months ago

LarryJane491 commented 8 months ago

Hello! Thank you so much for this template, this is EXACTLY what I was looking for! This makes building a card game videogame so easy! I've already integrated my cards in the project.

Now I only have one issue: the multiplayer button doesn't seem to do anything. So I'm wondering: is it possible to make a multiplayer game? I'm brand new to Godot, but I intend to learn a bit more (just enough to make my card game x) ). If I have to check out another source to integrate multiplayer, I'm willing to do so ^^. But since you already added a multiplayer button, maybe you already have a solution for that?

Thank you very much!

db0 commented 8 months ago

yes it's possible. I already did some attempts at it in the nakama branch, but I didn't have time to work on it further. But it's definitelly possible. Unfortunately atm you'll have to make this work yourself.

LarryJane491 commented 8 months ago

No problem, thank you for the answer! Do you know a good resource to learn how to make multiplayer in Godot? I'll check it out myself too, but if you already have a good resource, i'll take it ^^.

benjamin-korobkin commented 8 months ago

Maybe try this: https://youtu.be/9QtQ5iXj2U0?si=7T7nreF3QsDivhH6

LarryJane491 commented 8 months ago

Ah yes, I noticed this video, thanks!