コード例 #1
0
ファイル: Program.cs プロジェクト: shanielk9/Othelo-game
        public static void Main()
        {
            UI newGame = new UI();

            newGame.RunMenu();
        }