Hi guys,
I am using Deck.php as a randomizer for beginning setup for the board game, which I did it in mygame.view.php naturally.
However, the remainder of this deck is need to be used subsequently in the game proper. How do I pass the remainder of the deck to mygame.game.php for further usage? In this case I have 3 such decks to be passed. Any advice?
I am using Deck.php as a randomizer for beginning setup for the board game, which I did it in mygame.view.php naturally.
However, the remainder of this deck is need to be used subsequently in the game proper. How do I pass the remainder of the deck to mygame.game.php for further usage? In this case I have 3 such decks to be passed. Any advice?