diff --git a/Main.cs b/Main.cs index 75960e8..22b4801 100644 --- a/Main.cs +++ b/Main.cs @@ -8,6 +8,7 @@ Database database = new(); int PlayerId; string PlayerName = ""; + Console.Title = "MineSweeper by H1K0"; Console.WriteLine("(C) Masahiko AMANO a.k.a. H1K0, 2022\n\n" + "Hey! Let's play the MineSweeper game!\nPress any button for help or Enter to log in."); while (Console.ReadKey(true).Key != ConsoleKey.Enter) diff --git a/MineSweeper.csproj b/MineSweeper.csproj index fd4db81..06864ce 100644 --- a/MineSweeper.csproj +++ b/MineSweeper.csproj @@ -10,6 +10,20 @@ H1K0 MineSweeper.Program https://github.com/H1K0/MineSweeper + favicon.ico + Console MineSweeper game on C# + favicon.png + + + + + + + True + \ + + + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..9f6cb9d Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..0f417ee Binary files /dev/null and b/favicon.png differ