public class Player extends Character
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.awt.Image |
img |
(package private) int |
lives |
(package private) int |
score |
| Constructor and Description |
|---|
Player(Game game,
int row,
int col)
Parameterized constructor for the class Player
|
public Player(Game game, int row, int col)
game - Game objectrow - row valuecol - col value