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
892 stars 95 forks source link

Mostly complete conversion to 4.2.1 #188

Open menaechmi opened 3 months ago

menaechmi commented 3 months ago

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 this, I think you should be able to make a working version of your own card game. It might work on earlier versions, but I'm only using stable for now.

Here's what still needs to be done, broken down into categories:

GUT

DEMO / BASE SCENES

REWRITES

SPECIFIC

These may or may not address other listed items

OTHER

There may be more things.

My intention is to keep working on it, but I wanted to share the "working" version for feedback and collaboration.