// inizializzo modello mondo
world = new WorldEngine();
// crep l'interfaccia utente
ui = new UserInterface();
// inizializzazione gestione input utente
userInputController = new UserInputController(world);
// -----------------------------------------------------------------------------------