Beispiel #1
0
        public void HangmanTestOne()
        {
            Game.Game testGame = new Game.Game();

            testGame.Hangman("test");
        }