public Orbsmash() : base(windowTitle: "Orbsmash") { self = this; }
static void Main() { using (var game = new Orbsmash()) game.Run(); }