public class Player
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
color |
Game |
game |
User |
user |
Constructor and Description |
---|
Player(Game game,
User user,
java.lang.String color) |
public void doMove()
protected boolean putDisc(int c)
c
- Column a new disc is played in.