Are there any tutorials on creating card games in Godot?
Card Game
It does not look like there are any card game tutorials for Godot right now. However, Toger5 from the Godot QA said he has a working card game in this QA question, so maybe that can help?
Gdscript isn't that far off from writing game maker language code and I know there is plenty of tutorials for game maker. https://github.com/coppolaemilio/gamemaker-godot-dictionary Might help for converting code I guess.
Card games are tricky, and if it's like Yugioh or any other TCG it's going to be difficult..
Anyone has experience with the Card Game Framework for Godot ?
Is it really useful for a simple game ? Especially when my game will use "card game" techniques and layouts but is not primarily a card game ?
Also, I began watching this youtube serie of tutorials, "Godot card game tutorial", but I can't find his code ? It's way easier to learn from code than from a video, even if a video can be very good at explaining why the code is the way it is.
- Edited
Creating card games in Godot can be a rewarding project! While I don't have specific tutorials, the Godot community is a great place to explore for resources and guidance. You can find valuable tutorials, code snippets, and discussions that can help you get started.
Speaking of card games, if you're a fan of traditional card games, you might want to check out Double Deck Pinochle. It's a classic card game that's known for its depth and strategic gameplay.
Good luck with your card game creation in Godot, and I hope you find the resources you need to bring your project to life!