Package com.m00ware.vindinium

Examples of com.m00ware.vindinium.M00Bot


    // ---

    System.out.println("Playing at: " + state.viewUrl);

    final Bot bot = new M00Bot();
    final HashMap<String, String> ps = new HashMap<String, String>(1);
    ps.put("key", key);

    boolean finished = state.game.finished;

    while (!finished) {
      ps.put("dir", bot.nextMove(state).toString());

      System.out.print(".");

      try {
        state = IO.fromPost(ps, "UTF-8", state.playUrl, "UTF-8",
View Full Code Here

TOP

Related Classes of com.m00ware.vindinium.M00Bot

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.