godot-card-game-framework icon indicating copy to clipboard operation
godot-card-game-framework copied to clipboard

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.

Results 48 godot-card-game-framework issues
Sort by recently updated
recently updated
newest added

Hello! I am having issues moving the demo over to the newest version. Any help would be appreciated. Thank you.

Hi, dbzer0, I admire your work very much XD Actually I'm wanting to make a godot version of a board game named "boardgame is magic". It's a mlp (my little...

In https://github.com/db0/godot-card-game-framework/blob/main/tutorial/QUICKSTART.md#21-create-custom-board-and-info-panel-scenes. when I finish "right-click on res://src/core/Main.tscn and select "New Inherited Scene". A new unsaved scene will open.". ![image](https://user-images.githubusercontent.com/34444109/212838362-4ac3d300-d249-4f6c-b729-c23189270b60.png) my godot like this: ![image](https://user-images.githubusercontent.com/34444109/212837218-cbda1d82-0633-42b0-99c1-ff64cae8a57b.png) number 6 step confuse me...

The previous PR #182 for this matter was lacking quite a bit of work. This conversion fixes all of the compile-time errors, and a significant portion of run-time errors. From...

Hey everyone. I'm thinking of moving this framework to an MIT license. With my other work on my FOSS, I haven't had much time to maintain it anymore and move...

Everything in card_labels needs an entry in `original_font_sizes` or else an error occurs. `CGFCardFront.gd` does this for all labels it defines, but if you extend it and add more in...

https://github.com/db0/godot-card-game-framework/blob/main/tutorial/QUICKSTART.md#step-1-create-new-project-and-setup-to-use-cgf In the first step, the tutorial directs me to find "Autoload" in Project Settings. Where is that? ![image](https://github.com/user-attachments/assets/66cacf8d-0fde-4708-a403-a8610f418bdb) I am using v4.3.stable.official [77dcf97d8]