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 nextPiecestatic void
run()
-
Constructor Details
-
Qbot
public Qbot()
-
-
Method Details
-
findBestPlaceToPlace
public static void findBestPlaceToPlace() throws java.io.IOExceptionFinds best place to place curPiece and nextPiece- Throws:
java.io.IOException
-
run
public static void run() throws java.io.IOException- Throws:
java.io.IOException
-