A card game engine for TCGs, primarily Magic: The Gathering but with support for others
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding run-game target

+4 -1
+4 -1
justfile
··· 2 2 $GODOT --editor client/project.godot 3 3 4 4 build-gdext: 5 - cargo build --package gdext 5 + cargo build --package gdext 6 + 7 + run-game: build-gdext 8 + $GODOT --path client