static void Main(string[] args) { world = new World(); Testing t = new Testing(); t.playerTesting(); t.eggTesting(); program = new Program(); program.startMenu(); }