Exemplo n.º 1
0
 static void Main(string[] args)
 {
     MySFMLProgram app = new MySFMLProgram();
     Console.WriteLine("Yo! Newbs!\nWriting to Debug is done like this, but be aware:\n\t Spamming the Console will result in slow games!!");
     Console.Write("Beginning Game...\n");
     app.StartSFMLProgram();
 }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            MySFMLProgram app = new MySFMLProgram();

            Console.WriteLine("Yo! Newbs!\nWriting to Debug is done like this, but be aware:\n\t Spamming the Console will result in slow games!!");
            Console.Write("Beginning Game...\n");
            app.StartSFMLProgram();
        }