|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.nipax.hippo.pexeso.Playground.Player
class Playground.Player
Info about one player.
Field Summary | |
---|---|
(package private) AI |
ai
AI of player |
(package private) int |
rev
How many pictures the player reverted. |
(package private) Playground.Piece[] |
revs
revealed pieces - max 2 |
(package private) int |
score
Number of found pairs. |
Constructor Summary | |
---|---|
Playground.Player()
Simple constructor |
Method Summary | |
---|---|
(package private) void |
reset(AI newai)
New game inicialization. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int score
AI ai
AI
of player
int rev
Playground.Piece[] revs
Constructor Detail |
---|
Playground.Player()
Method Detail |
---|
void reset(AI newai)
newai
- current AI
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |