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

Update QUICKSTART.md #186

Closed markp3rry closed 7 months ago

markp3rry commented 7 months ago

Made some edits based on experience of following this tutorial in v3.5.1 of Godot. I was able to complete the tutorial from start to finish, and end up with a working version of the sandbox with a deck containing the two custom cards that I could draw from.

db0 commented 7 months ago

Question, does this still work on the latest 3.5.x? Why use 3.5.1?

markp3rry commented 7 months ago

Question, does this still work on the latest 3.5.x? Why use 3.5.1?

Only reason is that it's the version I have on my laptop. I see that the latest LTS is 3.5.3 so if it's better to upgrade to that and test these changes again then happy to do that.

db0 commented 7 months ago

yes please, just run a quick test if you can on the latest

markp3rry commented 7 months ago

yes please, just run a quick test if you can on the latest

I have downloaded 3.5.3 and opened the project, compiled and run the deck builder without any issues.

markp3rry commented 7 months ago

I have updated the change to the quickstart.md to say 3.5.3 and not 3.5.1.