Add favicon and window title

This commit is contained in:
Masahiko AMANO
2022-03-11 18:22:56 +03:00
parent 2c477ef637
commit b953371536
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -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)