/// <summary> /// Create a new game of Snap! /// </summary> public Snap() { _deck = new Deck(); _gameTimer = SwinGame.CreateTime(); }