pub const MAX_CHILDREN_PER_NODE: usize = 24;
Maximum number of children a single node can have.
This constant strongly impact the size of the tree, and is mostly bottom-limited by exisiting MTG cards.