Uses of Interface
ubc.team09.player.VI

Packages that use VI
Package
Description
Game Player
  • Uses of VI in ubc.team09.player

    Classes in ubc.team09.player that implement VI
    Modifier and Type
    Class
    Description
    class 
    The flagship VI for this project.
    Methods in ubc.team09.player that return VI
    Modifier and Type
    Method
    Description
    VI.setColor(byte color)
    Tells the VI which color they should make decisions for; i.e., which player they should try to maximize the score for.
    VI.setTimeLimit(int seconds)
    Imposes a time limit for each turn that the VI takes.
    Constructors in ubc.team09.player with parameters of type VI
    Modifier
    Constructor
    Description
     
    Player(String username, VI vi, byte startingColor, int timeLimit)
    Creates a new game player which consults the given VI for decisions.