Package a7_Engine

Examples of a7_Engine.A7_Engine


  private final A7_Engine game;
  private static int windowX = 410;
  private static int windowY = 458;
 
  public Main() {
    game = new A7_Engine(windowX,windowY, "Exponentials");
    game.getScreenFactory().showScreen(new MainScreen(game.getScreenFactory()));
  }
View Full Code Here

TOP

Related Classes of a7_Engine.A7_Engine

Copyright © 2018 www.massapicom. 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.