I want to create a Magic: The Gathering game similar to Gwent.`` How do I do it?

Godot Version

4.5 or 4.2.2

Question

As the title suggests

Google it and watch some tutorials. No one is going to write a tutorial for you here. I googled “how to make a card game in godot 4.5” and got these results:

I recommend using Godot 4.5. It was just released. I also recommend you stay away from asking LLMs like ChatGPT for coding help. They will lie and give you incorrect answers and you will be back here asking for help on how to fix broken code. Follow the tutorials and learn from them. It’ll be a fun experience!

1 Like

Thank you!I’m Chinese,I can’t see the video,can you give some tipps?

I would try to split it up in several smaller pieces and finish them one by one.
Maybe just start with a shuffler, a deck and a card you can drag around on the screen?

Oh that sucks. Unfortunately, not ever having made a card game myself, I don’t have any real practical advice on making one.

My recommendation is to start here: Your first 2D game — Godot Engine (stable) documentation in English

And then here: Your first 3D game — Godot Engine (stable) documentation in English

That’s the official documentation, so if you have access to Godot, you should hopefully have access to it. Then I would search for articles you can find on creating a card game in any engine. Then try to adapt them.