Example of Running Full Game let strategies = [new Strategy1(), new Strategy2()] let game = new Game(strategies) game.play()