- GameActivity - Class in edu.illinois.cs.cs125.spring2019.mp2
-
The main activity that renders the ConnectN game and solicits moves from users.
- GameActivity() - Constructor for class edu.illinois.cs.cs125.spring2019.mp2.GameActivity
-
- GameAppTest - Class in edu.illinois.cs.cs125.spring2019.mp2
-
Test suite for the ConnectN app.
- GameAppTest() - Constructor for class edu.illinois.cs.cs125.spring2019.mp2.GameAppTest
-
- getBoard() - Method in class edu.illinois.cs.cs125.spring2019.mp2.lib.ConnectN
-
Return a copy of the board.
- getBoardAt(int, int) - Method in class edu.illinois.cs.cs125.spring2019.mp2.lib.ConnectN
-
Get the player at a specific board position.
- getGame() - Method in class edu.illinois.cs.cs125.spring2019.mp2.GameActivity
-
Gets the ConnectN instance managing this game.
- getHeight() - Method in class edu.illinois.cs.cs125.spring2019.mp2.lib.ConnectN
-
Get the current board height.
- getN() - Method in class edu.illinois.cs.cs125.spring2019.mp2.lib.ConnectN
-
Get the current board N value.
- getName() - Method in class edu.illinois.cs.cs125.spring2019.mp2.lib.Player
-
Get the player's name.
- getPlayer(int) - Method in class edu.illinois.cs.cs125.spring2019.mp2.GameActivity
-
Gets the Player instance for the given index.
- getScore() - Method in class edu.illinois.cs.cs125.spring2019.mp2.lib.Player
-
Get this player's score.
- getWidth() - Method in class edu.illinois.cs.cs125.spring2019.mp2.lib.ConnectN
-
Get the current board width.
- getWinner() - Method in class edu.illinois.cs.cs125.spring2019.mp2.lib.ConnectN
-
Return the winner of the game, or null if the game has not ended.