Search:

Type: Posts; User: corong1997

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    873

    Re: Need help with Gridworld

    public ArrayList<Location> getAttackLocations()
    {
    ArrayList<Location> moves = new ArrayList<Location>();
    ArrayList<Location> possibleMoves = new ArrayList<Location>();
    ...
  2. Replies
    3
    Views
    873

    Need help with Gridworld

    I'm writing a Chess program in Gridworld, and I'm running into a bit of a problem coming up with a line of code that checks if a location is occupied or not. Right now, I am using ...
Results 1 to 2 of 2