Exemplo n.º 1
0
        public static Turn FourPlayer()
        {
            var game = GameFactory.InProgress(4);

            return(New(game));
        }
Exemplo n.º 2
0
        public static Turn ThreePlayer()
        {
            var game = GameFactory.InProgress(3);

            return(New(game));
        }