public Game() { instance = this; Start(); ReadLine(); }
static void Main(string[] args) { Game game = new Game(); }