rp-scrabble
Simple, terminal-based Scrabble game
|
This is the complete list of members for Player, including all inherited members.
draw(int count, Bag *b) | Player | |
getName() | Player | |
getScore() | Player | |
placeTile(Tile *t, Board *b, int r, int c) | Player | |
placeTileStr(std::string str, Board *b, int r, int c, char dir) | Player | |
Player(std::string n) | Player | |
playerName | Player | private |
rack | Player | private |
rackIsEmpty() | Player | |
returnToRack(Tile *t, Board *b) | Player | |
score | Player | private |
setName(std::string) | Player | |
show() | Player | |
showScore() | Player | |
tileFromRack(int index) | Player | |
toggleTurn() | Player | |
turn | Player | private |
updateScore(int points) | Player | |
~Player() | Player |