Package testsForEngine

Source Code of testsForEngine.Main

package testsForEngine;
import age.GameEngine;

public class Main {

  public static void main(String[] args){
    GameEngine game = new GameEngine();
    game.addGameController(0, new Fase1());
    game.setSpeed(1);
    game.run();
  }
 
}
//testando modifica��o chata x.x
TOP

Related Classes of testsForEngine.Main

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.