Examples of OGame


Examples of alexoft.OGame.OGame

  public boolean running;
  public OGame api;

  public OGameUltimate(String user, String pass, String univ) {
    this.running = true;
    api = new OGame();
    // api.login("test", "12345678", "uni112.ogame.fr");
    api.login(user, pass, univ + ".ogame.fr");
    // api.login("Areku", "22021993", "uni50.ogame.fr");
    System.out.println("Ogame version " + api.getOGameVersion());
    System.out.println(api.getPlanets().size() + " planet(s)");
View Full Code Here
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.