Package Phase2

Class Qbot

java.lang.Object
Phase2.Qbot

public class Qbot
extends java.lang.Object
Class containing implementation of the score-based bot.
  • Constructor Summary

    Constructors 
    Constructor Description
    Qbot()  
  • Method Summary

    Modifier and Type Method Description
    static void findBestPlaceToPlace()
    Finds best place to place curPiece and nextPiece
    static void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Qbot

      public Qbot()
  • Method Details

    • findBestPlaceToPlace

      public static void findBestPlaceToPlace() throws java.io.IOException
      Finds best place to place curPiece and nextPiece
      Throws:
      java.io.IOException
    • run

      public static void run() throws java.io.IOException
      Throws:
      java.io.IOException