#include <player.h>
Inheritance diagram for HumanPlayer:


Public Member Functions | |
| HumanPlayer (int off_x, int off_y, int field_width, unsigned char no) | |
| Standard constructor for HumanPlayer class. | |
| virtual void | getMove (int *x, int *y, Grid &grid) |
| Returns user input. | |
This class represents interface for player input.
|
||||||||||||||||||||
|
Standard constructor for HumanPlayer class. Creates new HumanPlayer object. This class interract with user to get user move.
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Returns user input.
Implements Player. Here is the call graph for this function: ![]() |
1.3.7