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.

Changing module from state to game

+1 -1
+1 -1
src/main.rs
··· 1 - mod state; 1 + mod game; 2 2 3 3 fn main() {}
src/state.rs src/game.rs